Android.OS.Messenger Members

The members of Android.OS.Messenger are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a new Messenger pointing to the given Handler.
Create a Messenger from a raw IBinder, which had previously been retrieved with Messenger.Binder.

Public Properties

[read-only]
BinderIBinder. Retrieve the IBinder that this Messenger is using to communicate with its associated Handler.
[read-only]
static
CreatorIParcelableCreator.

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
ReadMessengerOrNullFromParcel(Parcel) : Messenger
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.