react-native-notify-kit / AndroidFlags
Enumeration: AndroidFlags
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1195
Enum used to set any additional flags supported on Android. See Android's setFlag() documentation.
FLAG_INSISTENT
FLAG_INSISTENT:
4
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1200
The audio will be repeated until the notification is cancelled or the notification window is opened.
This will be set for you by setting loopSound.
FLAG_NO_CLEAR
FLAG_NO_CLEAR:
32
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1206
Prevents the notification from being canceled when the user clicks the Clear all button.
This will be set for you by setting ongoing.
