Android.OS.ResultReceiver.Send Method
Deliver a result to this receiver.

Syntax

[Android.Runtime.Register("send", "(ILandroid/os/Bundle;)V", "GetSend_ILandroid_os_Bundle_Handler")]
public virtual void Send ([Android.Runtime.GeneratedEnum] Android.App.Result resultCode, Bundle resultData)

Parameters

resultCode
Arbitrary result code to deliver, as defined by you.
resultData
Any additional data provided by you.

Remarks

Deliver a result to this receiver. Will call ResultReceiver.OnReceiveResult(int, Android.OS.Bundle), always asynchronously if the receiver has supplied a Handler in which to dispatch the result.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3