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

# NSUserNotification.ActivationType.replied

The user replied to the notification.

## Declaration

```swift
case replied
```

## 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.actionButtonClicked](foundation/nsusernotification/activationtype-swift.enum/actionbuttonclicked.md)
- [NSUserNotification.ActivationType.additionalActionClicked](foundation/nsusernotification/activationtype-swift.enum/additionalactionclicked.md)
