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

# NSUserNotification.ActivationType.contentsClicked

The user clicked on the contents of the notification alert.

## Declaration

```swift
case contentsClicked
```

## See Also

### Constants

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