Android.OS.ResultReceiver Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a new ResultReceive to receive results.

Protected Constructors

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

Public Properties

[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.
Send(Android.App.Result, Bundle)
Deliver a result to this receiver.
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.

Protected Methods

OnReceiveResult(int, Bundle)
Override to receive results delivered to this object.