The members of Android.OS.Messenger are listed below.
See Also: Inherited members from Java.Lang.Object
Create a new Messenger pointing to the given Handler. | ||
Create a Messenger from a raw IBinder, which had previously been retrieved with Messenger.Binder. |
[read-only] | Binder | IBinder. Retrieve the IBinder that this Messenger is using to communicate with its associated Handler. |
[read-only] static | Creator | IParcelableCreator. |
[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 | ReadMessengerOrNullFromParcel(Parcel)Convenience function for reading either a Messenger or null pointer from a Parcel. | |
Send(Message)Send a Message to this Messenger's Handler. | ||
static | WriteMessengerOrNullToParcel(Messenger, Parcel)Convenience function for writing either a Messenger or null pointer to a Parcel. | |
WriteToParcel(Parcel, ParcelableWriteFlags)Flatten this object in to a Parcel. |