Enum iOSNotificationActionOptions
Options for notification actions. These represent values from UNNotificationActionOptions. For more information, refer to Apple documentation.
Namespace: Unity.Notifications.iOS
Assembly: solution.dll
Syntax
[Flags]
public enum iOSNotificationActionOptions
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. |