Android.App.PendingIntent Members

The members of Android.App.PendingIntent are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
CreatorPackagestring. 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]
CreatorUidint. 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]
CreatorUserHandleAndroid.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]
IntentSenderAndroid.Content.IntentSender. Retrieve a IntentSender object that wraps the existing sender of the PendingIntent
[read-only]
TargetPackagestring.

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.

Public Methods

Cancel()
Cancel a currently active PendingIntent.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
GetActivities(Android.Content.Context, int, Android.Content.Intent[], PendingIntentFlags) : PendingIntent
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) : PendingIntent
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) : PendingIntent
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) : PendingIntent
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) : PendingIntent
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) : PendingIntent
Retrieve a PendingIntent that will start a service, like calling Android.Content.Context.StartService(Android.Content.Intent).
static
ReadPendingIntentOrNullFromParcel(Android.OS.Parcel) : PendingIntent
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.