Android.App.Notification: Method Members

The methods 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 Methods

Clone() : Notification
Creates and returns a copy of this Object.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
SetLatestEventInfo(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, PendingIntent)
Sets the Notification.ContentView field to be a view with the standard "Latest Event" layout.
SetLatestEventInfo(Android.Content.Context, string, string, PendingIntent)
Sets the Notification.ContentView property to be a view with the standard "Latest Event" layout. Uses the Notification.Icon and Notification.When fields to set the icon and time fields in the view.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this notification from a parcel.