Enum iOSNotificationCategoryOptions
Options for notification category. Multiple options can be combined. These represent values from UNNotificationCategoryOptions. https://developer.apple.com/documentation/usernotifications/unnotificationcategoryoptions
Namespace: Unity.Notifications.iOS
Syntax
[Flags]
public enum iOSNotificationCategoryOptions
Fields
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| CustomDismissAction | 1 | |
| AllowInCarPlay | 2 | |
| HiddenPreviewsShowTitle | 4 | |
| HiddenPreviewsShowSubtitle | 8 |