<!--
{
  "availability" : [
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKUserNotificationInterfaceController/notificationActions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKUserNotificationInterfaceController(py)notificationActions"
  },
  "title" : "notificationActions"
}
-->

# notificationActions

The actions associated with the current notification.

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

## Discussion

Use this array to dynamically update the list of actions associated with a notification. You can only change this property during the [`didReceive(_:)`](/documentation/WatchKit/WKUserNotificationInterfaceController/didReceive(_:)) method.

## See Also

[`func didReceive(UNNotification)`](/documentation/WatchKit/WKUserNotificationInterfaceController/didReceive(_:))

Delivers a notification object to your interface controller for processing.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)