---
title: actions
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationcategory/actions
---

# actions

The actions to display when the system delivers notifications of this type.

## Declaration

```swift
var actions: [UNNotificationAction] { get }
```

## Discussion

Discussion When displaying a notification assigned to this category, the system adds a button to the notification interface for each action in this property. The system displays these buttons after the notification’s content but before the Dismiss button. When displaying banner notifications, the system displays only the first two actions.

## See Also

### Getting the Information

- [identifier](usernotifications/unnotificationcategory/identifier.md)
- [intentIdentifiers](usernotifications/unnotificationcategory/intentidentifiers.md)
- [hiddenPreviewsBodyPlaceholder](usernotifications/unnotificationcategory/hiddenpreviewsbodyplaceholder.md)
- [categorySummaryFormat](usernotifications/unnotificationcategory/categorysummaryformat.md)
