Android.Content.IntentSender: Method Members

The methods of Android.Content.IntentSender are listed below. For a list of all members, see the IntentSender Members list.

See Also: Inherited members from Java.Lang.Object

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.