Enum iOSNotificationActionOptions
Options for notification actions. These represent values from UNNotificationActionOptions. https://developer.apple.com/documentation/usernotifications/unnotificationactionoptions
Namespace: Unity.Notifications.iOS
Syntax
[Flags]
public enum iOSNotificationActionOptions
Fields
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| Required | 1 | |
| Destructive | 2 | |
| Foreground | 4 |