---
title: NSUserNotification.ActivationType.actionButtonClicked
framework: foundation
role: symbol
role_heading: Case
path: foundation/nsusernotification/activationtype-swift.enum/actionbuttonclicked
---

# NSUserNotification.ActivationType.actionButtonClicked

The user clicked on the action button of the notification alert.

## Declaration

```swift
case actionButtonClicked
```

## See Also

### Constants

- [NSUserNotification.ActivationType.none](foundation/nsusernotification/activationtype-swift.enum/none.md)
- [NSUserNotification.ActivationType.contentsClicked](foundation/nsusernotification/activationtype-swift.enum/contentsclicked.md)
- [NSUserNotification.ActivationType.replied](foundation/nsusernotification/activationtype-swift.enum/replied.md)
- [NSUserNotification.ActivationType.additionalActionClicked](foundation/nsusernotification/activationtype-swift.enum/additionalactionclicked.md)
