Android.Content.IntentSender Members

The members of Android.Content.IntentSender are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
CreatorPackagestring. Return the package name of the application that created this IntentSender, 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]
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

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
ReadIntentSenderOrNullFromParcel(Android.OS.Parcel) : IntentSender
Convenience function for reading either a Messenger or null pointer from a Parcel.
SendIntent(Context, Android.App.Result, Intent, IntentSender.IOnFinished, Android.OS.Handler)
Perform the operation associated with this IntentSender, allowing the caller to specify information about the Intent to use and be notified when the send has completed.
SendIntent(Context, Android.App.Result, Intent, IntentSender.IOnFinished, Android.OS.Handler, string)
Perform the operation associated with this IntentSender, allowing the caller to specify information about the Intent to use and be notified when the send has completed.
static
WriteIntentSenderOrNullToParcel(IntentSender, Android.OS.Parcel)
Convenience function for writing either a IntentSender or null pointer to a Parcel.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.