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