The members of Android.Content.IntentSender are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | CreatorPackage | string. 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] | 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] | 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. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
static | ReadIntentSenderOrNullFromParcel(Android.OS.Parcel)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. |