react-native-notify-kit

react-native-notify-kit / AndroidNotificationSetting

Enumeration: AndroidNotificationSetting

Defined in: packages/react-native/src/types/NotificationAndroid.ts:456

An interface representing the current android only notification-related settings for your app.

This interface is returned from requestPermission and getNotificationSettings.

View the Permissions documentation to learn more.

Platform

android

Enumeration Members

DISABLED

DISABLED: 0

Defined in: packages/react-native/src/types/NotificationAndroid.ts:466

This setting is currently disabled by the user.

ENABLED

ENABLED: 1

Defined in: packages/react-native/src/types/NotificationAndroid.ts:471

This setting is currently enabled.

NOT_SUPPORTED

NOT_SUPPORTED: -1

Defined in: packages/react-native/src/types/NotificationAndroid.ts:461

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