<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UserNotifications",
  "identifier" : "/documentation/UserNotifications/UNNotificationActionOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "User Notifications"
    ],
    "preciseIdentifier" : "c:@E@UNNotificationActionOptions"
  },
  "title" : "UNNotificationActionOptions"
}
-->

# UNNotificationActionOptions

The behaviors you can apply to an action.

```
struct UNNotificationActionOptions
```

## Topics

### Initializers

[`init(rawValue:)`](/documentation/UserNotifications/UNNotificationActionOptions/init(rawValue:))

Initializes an action options object using the specified raw value.

### Constants

[`authenticationRequired`](/documentation/UserNotifications/UNNotificationActionOptions/authenticationRequired)

The action can be performed only on an unlocked device.

[`destructive`](/documentation/UserNotifications/UNNotificationActionOptions/destructive)

The action performs a destructive task.

[`foreground`](/documentation/UserNotifications/UNNotificationActionOptions/foreground)

The action causes the app to launch in the foreground.



---

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)