---
title: notificationActions
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkusernotificationinterfacecontroller/notificationactions
---

# notificationActions

The actions associated with the current notification.

## Declaration

```swift
var notificationActions: [UNNotificationAction] { get set }
```

## Discussion

Discussion Use this array to dynamically update the list of actions associated with a notification. You can only change this property during the didReceive(_:) method.

## See Also

### Related Documentation

- [didReceive(_:)](watchkit/wkusernotificationinterfacecontroller/didreceive(_:).md)

### Working with Actions

- [performNotificationDefaultAction()](watchkit/wkusernotificationinterfacecontroller/performnotificationdefaultaction().md)
- [performDismissAction()](watchkit/wkusernotificationinterfacecontroller/performdismissaction().md)
- [dismiss()](watchkit/wkusernotificationinterfacecontroller/dismiss().md)
