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
Actions | IList<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). | |
AudioAttributes | Android.Media.AudioAttributes. The Android.Media.AudioAttributes to use when playing the sound. | |
[read-only] static | AudioAttributesDefault | Android.Media.AudioAttributes. The default value of Notification.AudioAttributes. |
AudioStreamType | Android.Media.Stream. The audio stream type to use when playing the sound. | |
BigContentView | Android.Widget.RemoteViews. A large-format version of Notification.ContentView, giving the Notification an opportunity to show more detail. | |
Category | string. One of the predefined notification categories (see the Category* fields) that best describes this Notification. | |
Color | Android.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. | |
ContentIntent | PendingIntent. The intent to execute when the expanded status entry is clicked. | |
ContentView | Android.Widget.RemoteViews. The view that will represent this notification in the expanded status bar. | |
[read-only] static | Creator | Android.OS.IParcelableCreator. Parcelable.Creator that instantiates Notification objects. |
Defaults | NotificationDefaults. Specifies which values should be taken from the defaults. | |
DeleteIntent | PendingIntent. 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. | |
Extras | Android.OS.Bundle. Additional semantic data to be carried around with this Notification. | |
Flags | NotificationFlags. Gets and sets flags that control how the notification is to be presented. | |
FullScreenIntent | PendingIntent. An intent to launch instead of posting the notification to the status bar. | |
[read-only] | Group | string. Get the key used to group this notification into a cluster or stack with other notifications on devices which support such rendering. |
HeadsUpContentView | Android.Widget.RemoteViews. A medium-format version of Notification.ContentView, providing the Notification an opportunity to add action buttons to contentView. | |
Icon | int. The resource id of a drawable to use as the icon in the status bar. | |
IconLevel | int. If the icon in the status bar is to have more than one level, you can set this. | |
LargeIcon | Android.Graphics.Bitmap. The bitmap that may escape the bounds of the panel and bar. | |
LedARGB | int. The color of the LED. | |
LedOffMS | int. The number of milliseconds for the LED to be off while it's flashing. | |
LedOnMS | int. The number of milliseconds for the LED to be on while it's flashing. | |
Number | int. The number of events that this notification represents. | |
Priority | int. Relative priority for this notification. | |
PublicVersion | Notification. Replacement version of this notification whose content will be shown in an insecure context, such as above a secure lockscreen. | |
[read-only] | SortKey | string. Gets a sort key that orders this notification among other notifications from the same package. |
Sound | Android.Net.Uri. The sound to play. | |
TickerText | Java.Lang.ICharSequence. Text that summarizes this notification for accessibility services. | |
TickerView | Android.Widget.RemoteViews. A view showing the Notification.TickerText. | |
Vibrate | long[]. The pattern to use when vibrating the device. | |
Visibility | NotificationVisibility. 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). | |
When | long. A timestamp related to this notification, in milliseconds since the epoch. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |