react-native-notify-kit / IOSNotificationSetting
Enumeration: IOSNotificationSetting
Defined in: packages/react-native/src/types/NotificationIOS.ts:318
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.
DISABLED
DISABLED:
0
Defined in: packages/react-native/src/types/NotificationIOS.ts:328
This setting is currently disabled by the user.
ENABLED
ENABLED:
1
Defined in: packages/react-native/src/types/NotificationIOS.ts:333
This setting is currently enabled.
NOT_SUPPORTED
NOT_SUPPORTED:
-1
Defined in: packages/react-native/src/types/NotificationIOS.ts:323
This setting is not supported on this device. Usually this means that the iOS version required for this setting has not been met.
