Android.App.Notification: Property Members

The properties of Android.App.Notification are listed below. For a list of all members, see the Notification Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

ActionsIList<Notification.Action>. Array of all Android.App.Notification.Action structures attached to this notification by Android.App.Notification.Builder.AddAction(int, Java.Lang.ICharSequence, PendingIntent).
AudioAttributesAndroid.Media.AudioAttributes. The Android.Media.AudioAttributes to use when playing the sound.
[read-only]
static
AudioAttributesDefaultAndroid.Media.AudioAttributes. The default value of Notification.AudioAttributes.
AudioStreamTypeAndroid.Media.Stream. The audio stream type to use when playing the sound.
BigContentViewAndroid.Widget.RemoteViews. A large-format version of Notification.ContentView, giving the Notification an opportunity to show more detail.
Categorystring. One of the predefined notification categories (see the Category* fields) that best describes this Notification.
ColorAndroid.Graphics.Color. Accent color (an ARGB integer like the constants in Android.Graphics.Color) to be applied by the standard Style templates when presenting this notification.
ContentIntentPendingIntent. The intent to execute when the expanded status entry is clicked.
ContentViewAndroid.Widget.RemoteViews. The view that will represent this notification in the expanded status bar.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Parcelable.Creator that instantiates Notification objects.
DefaultsNotificationDefaults. Specifies which values should be taken from the defaults.
DeleteIntentPendingIntent. The intent to execute when the notification is explicitly dismissed by the user, either with the "Clear All" button or by swiping it away individually.
ExtrasAndroid.OS.Bundle. Additional semantic data to be carried around with this Notification.
FlagsNotificationFlags. Gets and sets flags that control how the notification is to be presented.
FullScreenIntentPendingIntent. An intent to launch instead of posting the notification to the status bar.
[read-only]
Groupstring. Get the key used to group this notification into a cluster or stack with other notifications on devices which support such rendering.
HeadsUpContentViewAndroid.Widget.RemoteViews. A medium-format version of Notification.ContentView, providing the Notification an opportunity to add action buttons to contentView.
Iconint. The resource id of a drawable to use as the icon in the status bar.
IconLevelint. If the icon in the status bar is to have more than one level, you can set this.
LargeIconAndroid.Graphics.Bitmap. The bitmap that may escape the bounds of the panel and bar.
LedARGBint. The color of the LED.
LedOffMSint. The number of milliseconds for the LED to be off while it's flashing.
LedOnMSint. The number of milliseconds for the LED to be on while it's flashing.
Numberint. The number of events that this notification represents.
Priorityint. Relative priority for this notification.
PublicVersionNotification. Replacement version of this notification whose content will be shown in an insecure context, such as above a secure lockscreen.
[read-only]
SortKeystring. Gets a sort key that orders this notification among other notifications from the same package.
SoundAndroid.Net.Uri. The sound to play.
TickerTextJava.Lang.ICharSequence. Text that summarizes this notification for accessibility services.
TickerViewAndroid.Widget.RemoteViews. A view showing the Notification.TickerText.
Vibratelong[]. The pattern to use when vibrating the device.
VisibilityNotificationVisibility. Sphere of visibility for this notification, which affects how and when the system UI reveals the notification's presence and contents in untrusted situations (namely, on the secure lockscreen).
Whenlong. A timestamp related to this notification, in milliseconds since the epoch.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.