---
title: UIUserNotificationActionBehavior
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uiusernotificationactionbehavior
---

# UIUserNotificationActionBehavior

Constants indicating additional behavior that the action supports.

## Declaration

```swift
enum UIUserNotificationActionBehavior
```

## Topics

### Constants

- [UIUserNotificationActionBehavior.default](uikit/uiusernotificationactionbehavior/default.md)
- [UIUserNotificationActionBehavior.textInput](uikit/uiusernotificationactionbehavior/textinput.md)

### Initializers

- [init(rawValue:)](uikit/uiusernotificationactionbehavior/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [UIUserNotificationActivationMode](uikit/uiusernotificationactivationmode.md)
- [Action Parameter Key](uikit/action-parameter-key.md)
- [Behavior Key](uikit/behavior-key.md)
