Enum iOSNotificationCategoryOptions
Options for notification category. Multiple options can be combined. These represent values from UNNotificationCategoryOptions.
Namespace: Unity.Notifications.iOS
Assembly: Unity.Notifications.iOS.dll
Syntax
[Flags]
public enum iOSNotificationCategoryOptions
Fields
Name | Description |
---|---|
AllowInCarPlay | |
CustomDismissAction | |
HiddenPreviewsShowSubtitle | Refer to UNNotificationCategoryOptionHiddenPreviewsShowSubtitle. |
HiddenPreviewsShowTitle | Refer to UNNotificationCategoryOptionHiddenPreviewsShowTitle. |
None | No options specified. |