Member Name | Description |
---|---|
AutoCancel | Bit to be bitwise-ored into the Notification.Flags field that should be set if the notification should be canceled when it is clicked by the user. |
ForegroundService | Bit to be bitwise-ored into the Notification.Flags field that should be set if this notification represents a currently running service. This will normally be set for you by Service.StartForeground(int, Android.App.Notification). |
GroupSummary | Documentation for this section has not yet been entered. |
HighPriority | Obsolete flag indicating high-priority notifications; use the priority field instead. |
Insistent | Bit to be bitwise-ored into the Notification.Flags field that if set, the audio will be repeated until the notification is cancelled or the notification window is opened. |
LocalOnly | Documentation for this section has not yet been entered. |
NoClear | Bit to be bitwise-ored into the Notification.Flags field that should be set if the notification should not be canceled when the user clicks the Clear all button. |
OngoingEvent | Bit to be bitwise-ored into the Notification.Flags field that should be set if this notification is in reference to something that is ongoing, like a phone call. It should not be set if this notification is in reference to something that happened at a particular point in time, like a missed phone call. |
OnlyAlertOnce | Bit to be bitwise-ored into the Notification.Flags field that should be set if you want the sound and/or vibration play each time the notification is sent, even if it has not been canceled before that. |
ShowLights |
The alpha channel must be set for forward compatibility. |