---
title: UIUserNotificationActionContext
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uiusernotificationactioncontext
---

# UIUserNotificationActionContext

Constants indicating the amount of space available for displaying actions in a notification.

## Declaration

```swift
enum UIUserNotificationActionContext
```

## Topics

### Constants

- [UIUserNotificationActionContext.default](uikit/uiusernotificationactioncontext/default.md)
- [UIUserNotificationActionContext.minimal](uikit/uiusernotificationactioncontext/minimal.md)

### Initializers

- [init(rawValue:)](uikit/uiusernotificationactioncontext/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)
