Android.Service.Notification.StatusBarNotification: Property Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
GroupKeystring. A key that indicates the group with which this message ranks.
[read-only]
Idint. The id supplied to Android.App.NotificationManager.Notify(int, Android.App.Notification).
[read-only]
IsClearablebool. Convenience method to check the notification's flags for either Android.App.Notification.FLAG_ONGOING_EVENT or Android.App.Notification.FLAG_NO_CLEAR.
[read-only]
IsOngoingbool. Convenience method to check the notification's flags for Android.App.Notification.FLAG_ONGOING_EVENT.
[read-only]
Keystring. A unique instance key for this notification record.
[read-only]
NotificationAndroid.App.Notification. The Android.App.Notification supplied to Android.App.NotificationManager.Notify(int, Android.App.Notification).
[read-only]
PackageNamestring. The package of the app that posted the notification.
[read-only]
PostTimelong. The time (in Java.Lang.JavaSystem.CurrentTimeMillis time) the notification was posted, which may be different than Android.App.Notification.When.
[read-only]
Tagstring. The tag supplied to Android.App.NotificationManager.Notify(int, Android.App.Notification), or null if no tag was specified.
[read-only]
UserAndroid.OS.UserHandle. The Android.OS.UserHandle for whom this notification is intended.
[read-only]
UserIdint. Returns a userHandle for the instance of the app that posted this notification.

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.