@notifee/react-native

@notifee/react-native / AndroidNotificationSetting

Enumeration: AndroidNotificationSetting

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

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 Android version required for this setting has not been met.