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