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