Enum NotificationSetting
Enum indicating the current status of a notification setting.
Namespace: Unity.Notifications.iOS
Syntax
public enum NotificationSetting
Fields
| Name | Description | Value |
|---|---|---|
| Disabled | The notification setting is turned off. |
|
| Enabled | The notification setting is turned on. |
|
| NotSupported | The app does not support this notification setting. |