@notifee/react-native / AndroidFlags
Enumeration: AndroidFlags
Enum used to set any additional flags supported on Android. See Android's setFlag() documentation.
FLAG_INSISTENT
FLAG_INSISTENT:
4
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
.