<!--
{
  "availability" : [
    "macOS: 10.10.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSUserNotification/additionalActions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSUserNotification(py)additionalActions"
  },
  "title" : "additionalActions"
}
-->

# additionalActions

The actions that can be taken on a notification in addition to the default action.

```
var additionalActions: [NSUserNotificationAction]? { get set }
```

## Discussion

This array contains `NSUserNotificationAction` objects that describe the different actions for a notification in addition to the default action described by [`actionButtonTitle`](/documentation/Foundation/NSUserNotification/actionButtonTitle).

## See Also

[`otherButtonTitle`](/documentation/Foundation/NSUserNotification/otherButtonTitle)

Specifies a custom title for the close button in an alert-style notification.

[`actionButtonTitle`](/documentation/Foundation/NSUserNotification/actionButtonTitle)

Specifies the title of the action button displayed in the notification.



---

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)