Enum iOSNotificationActionOptions
Options for notification actions.
Namespace: Unity.Notifications.iOS
Assembly: Unity.Notifications.iOS.dll
Syntax
[Flags]
public enum iOSNotificationActionOptions
Remarks
These represent values from UNNotificationActionOptions.
Fields
Name | Description |
---|---|
Destructive | An irreversible action such as deleting data. |
Foreground | An action that opens the application. |
None | No specific action is performed. |
Required | An action that requires the user to unlock their device. |