Enumeration: AndroidFlags

Enum used to set any additional flags supported on Android. See Android's setFlag() documentation.

Enumeration Members

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.

FLAG_NO_CLEAR

FLAG_NO_CLEAR: 32

Prevents the notification from being canceled when the user clicks the Clear all button. This will be set for you by setting ongoing.