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

# NSUserNotification.ActivationType.none

The user did not interact with the notification alert.

## Declaration

```swift
case none
```

## See Also

### Constants

- [NSUserNotification.ActivationType.contentsClicked](foundation/nsusernotification/activationtype-swift.enum/contentsclicked.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)
