The members of Android.App.PendingIntent are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | CreatorPackage | string. Return the package name of the application that created this PendingIntent, that is the identity under which you will actually be sending the Intent. |
[read-only] | CreatorUid | int. Return the uid of the application that created this PendingIntent, that is the identity under which you will actually be sending the Intent. |
[read-only] | CreatorUserHandle | Android.OS.UserHandle. Return the user handle of the application that created this PendingIntent, that is the user under which you will actually be sending the Intent. |
[read-only] | IntentSender | Android.Content.IntentSender. Retrieve a IntentSender object that wraps the existing sender of the PendingIntent |
[read-only] | TargetPackage | string. |
[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. |
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. |