ResultReceiver.OnReceiveResult(Int32, Bundle) Method

Definition

Override to receive results delivered to this object.

[Android.Runtime.Register("onReceiveResult", "(ILandroid/os/Bundle;)V", "GetOnReceiveResult_ILandroid_os_Bundle_Handler")]
protected virtual void OnReceiveResult (int resultCode, Android.OS.Bundle? resultData);
[<Android.Runtime.Register("onReceiveResult", "(ILandroid/os/Bundle;)V", "GetOnReceiveResult_ILandroid_os_Bundle_Handler")>]
abstract member OnReceiveResult : int * Android.OS.Bundle -> unit
override this.OnReceiveResult : int * Android.OS.Bundle -> unit

Parameters

resultCode
Int32

Arbitrary result code delivered by the sender, as defined by the sender.

resultData
Bundle

Any additional data provided by the sender.

Attributes

Remarks

Override to receive results delivered to this object.

Java documentation for android.os.ResultReceiver.onReceiveResult(int, android.os.Bundle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to