<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UserNotificationsUI",
  "identifier" : "/documentation/UserNotificationsUI/UNNotificationContentExtensionResponseOption",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "User Notifications UI"
    ],
    "preciseIdentifier" : "c:@E@UNNotificationContentExtensionResponseOption"
  },
  "title" : "UNNotificationContentExtensionResponseOption"
}
-->

# UNNotificationContentExtensionResponseOption

Constants indicating the preferred response to a notification.

```
enum UNNotificationContentExtensionResponseOption
```

## Topics

### Response Options

[`UNNotificationContentExtensionResponseOption.doNotDismiss`](/documentation/UserNotificationsUI/UNNotificationContentExtensionResponseOption/doNotDismiss)

Don’t dismiss the notification interface.

[`UNNotificationContentExtensionResponseOption.dismiss`](/documentation/UserNotificationsUI/UNNotificationContentExtensionResponseOption/dismiss)

Dismiss the notification interface.

[`UNNotificationContentExtensionResponseOption.dismissAndForwardAction`](/documentation/UserNotificationsUI/UNNotificationContentExtensionResponseOption/dismissAndForwardAction)

Dismiss the notification interface and forward the notification to the app.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)