---
title: UNNotificationActionOptions
framework: usernotifications
role: symbol
role_heading: Structure
path: usernotifications/unnotificationactionoptions
---

# UNNotificationActionOptions

The behaviors you can apply to an action.

## Declaration

```swift
struct UNNotificationActionOptions
```

## Topics

### Initializers

- [init(rawValue:)](usernotifications/unnotificationactionoptions/init(rawvalue:).md)

### Constants

- [authenticationRequired](usernotifications/unnotificationactionoptions/authenticationrequired.md)
- [destructive](usernotifications/unnotificationactionoptions/destructive.md)
- [foreground](usernotifications/unnotificationactionoptions/foreground.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Getting Options

- [options](usernotifications/unnotificationaction/options.md)
