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
Assembly: Unity.Notifications.iOS.dll
Syntax
[Flags]
public enum iOSNotificationCategoryOptions
Fields
| Name | Description |
|---|---|
| AllowInCarPlay | |
| CustomDismissAction | |
| HiddenPreviewsShowSubtitle | |
| HiddenPreviewsShowTitle | |
| None |