---
title: activationMode
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uimutableusernotificationaction/activationmode
---

# activationMode

The mode in which to run the app when the action is performed.

## Declaration

```swift
var activationMode: UIUserNotificationActivationMode { get set }
```

## Discussion

Discussion If the value in this property is UIMutableUserNotificationAction, the value of the isAuthenticationRequired property is assumed to be true regardless of its actual value.

## See Also

### Configuring the action’s behavior

- [isAuthenticationRequired](uikit/uimutableusernotificationaction/isauthenticationrequired.md)
- [isDestructive](uikit/uimutableusernotificationaction/isdestructive.md)
- [behavior](uikit/uimutableusernotificationaction/behavior.md)
- [parameters](uikit/uimutableusernotificationaction/parameters.md)
