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
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | GroupKey | string. A key that indicates the group with which this message ranks. |
[read-only] | Id | int. The id supplied to Android.App.NotificationManager.Notify(int, Android.App.Notification). |
[read-only] | IsClearable | bool. 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] | IsOngoing | bool. Convenience method to check the notification's flags for Android.App.Notification.FLAG_ONGOING_EVENT. |
[read-only] | Key | string. A unique instance key for this notification record. |
[read-only] | Notification | Android.App.Notification. The Android.App.Notification supplied to Android.App.NotificationManager.Notify(int, Android.App.Notification). |
[read-only] | PackageName | string. The package of the app that posted the notification. |
[read-only] | PostTime | long. The time (in Java.Lang.JavaSystem.CurrentTimeMillis time) the notification was posted, which may be different than Android.App.Notification.When. |
[read-only] | Tag | string. The tag supplied to Android.App.NotificationManager.Notify(int, Android.App.Notification), or null if no tag was specified. |
[read-only] | User | Android.OS.UserHandle. The Android.OS.UserHandle for whom this notification is intended. |
[read-only] | UserId | int. Returns a userHandle for the instance of the app that posted this notification. |
[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. |