Enumeration: IOSNotificationSetting

An enum representing a notification setting for this app on the device.

Value is greater than 0 if setting enabled, compare against an exact value (e.g. NOT_SUPPORTED) for more granular control.

Platform

ios

Enumeration Members

DISABLED

DISABLED: 0

This setting is currently disabled by the user.

ENABLED

ENABLED: 1

This setting is currently enabled.

NOT_SUPPORTED

NOT_SUPPORTED: -1

This setting is not supported on this device. Usually this means that the iOS version required for this setting has not been met.