The methods of Android.App.PendingIntent are listed below. For a list of all members, see the PendingIntent Members list.
See Also: Inherited members from Java.Lang.Object
| Cancel() Cancel a currently active PendingIntent. | ||
| DescribeContents() Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
| static  | GetActivities(Android.Content.Context, int, Android.Content.Intent[], PendingIntentFlags) Like PendingIntent.GetActivity(Android.Content.Context, System.Int32, System.Int32, System.Int32), but allows an array of Intents to be supplied. | |
| static  | GetActivities(Android.Content.Context, int, Android.Content.Intent[], PendingIntentFlags, Android.OS.Bundle) Like PendingIntent.GetActivity(Android.Content.Context, System.Int32, System.Int32, System.Int32), but allows an array of Intents to be supplied. | |
| static  | GetActivity(Android.Content.Context, int, Android.Content.Intent, PendingIntentFlags) Retrieve a PendingIntent that will start a new activity, like calling Android.Content.Context.StartActivity(Android.Content.Intent). | |
| static  | GetActivity(Android.Content.Context, int, Android.Content.Intent, PendingIntentFlags, Android.OS.Bundle) Retrieve a PendingIntent that will start a new activity, like calling Android.Content.Context.StartActivity(Android.Content.Intent). | |
| static  | GetBroadcast(Android.Content.Context, int, Android.Content.Intent, PendingIntentFlags) Retrieve a PendingIntent that will perform a broadcast, like calling Android.Content.Context.SendBroadcast(Android.Content.Intent). | |
| static  | GetService(Android.Content.Context, int, Android.Content.Intent, PendingIntentFlags) Retrieve a PendingIntent that will start a service, like calling Android.Content.Context.StartService(Android.Content.Intent). | |
| static  | ReadPendingIntentOrNullFromParcel(Android.OS.Parcel) Convenience function for reading either a Messenger or null pointer from a Parcel. | |
| Send() Perform the operation associated with this PendingIntent. | ||
| Send(Result) Perform the operation associated with this PendingIntent. | ||
| Send(Result, PendingIntent.IOnFinished, Android.OS.Handler) Perform the operation associated with this PendingIntent, allowing the caller to be notified when the send has completed. | ||
| Send(Android.Content.Context, Result, Android.Content.Intent) Perform the operation associated with this PendingIntent, allowing the caller to specify information about the Intent to use. | ||
| Send(Android.Content.Context, Result, Android.Content.Intent, PendingIntent.IOnFinished, Android.OS.Handler) Perform the operation associated with this PendingIntent, allowing the caller to specify information about the Intent to use and be notified when the send has completed. | ||
| Send(Android.Content.Context, Result, Android.Content.Intent, PendingIntent.IOnFinished, Android.OS.Handler, string) Perform the operation associated with this PendingIntent, allowing the caller to specify information about the Intent to use and be notified when the send has completed. | ||
| static  | WritePendingIntentOrNullToParcel(PendingIntent, Android.OS.Parcel) Convenience function for writing either a PendingIntent or null pointer to a Parcel. | |
| WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags) Flatten this object in to a Parcel. | ||