---
title: additionalActions
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsusernotification/additionalactions
---

# additionalActions

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

## Declaration

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

## Discussion

Discussion This array contains NSUserNotificationAction objects that describe the different actions for a notification in addition to the default action described by actionButtonTitle.

## See Also

### Related Documentation

- [otherButtonTitle](foundation/nsusernotification/otherbuttontitle.md)
- [actionButtonTitle](foundation/nsusernotification/actionbuttontitle.md)

### User Notification Activation Method

- [activationType](foundation/nsusernotification/activationtype-swift.property.md)
- [additionalActivationAction](foundation/nsusernotification/additionalactivationaction.md)
