---
title: options
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationaction/options
---

# options

The behaviors associated with the action.

## Declaration

```swift
var options: UNNotificationActionOptions { get }
```

## Discussion

Discussion You app should define options for an action when your app requires the corresponding behavior.

## See Also

### Getting Options

- [UNNotificationActionOptions](usernotifications/unnotificationactionoptions.md)
