Instrumentation.SendStatus(Result, Bundle) Method

Definition

Provide a status report about the application.

[Android.Runtime.Register("sendStatus", "(ILandroid/os/Bundle;)V", "GetSendStatus_ILandroid_os_Bundle_Handler")]
public virtual void SendStatus (Android.App.Result resultCode, Android.OS.Bundle? results);
[<Android.Runtime.Register("sendStatus", "(ILandroid/os/Bundle;)V", "GetSendStatus_ILandroid_os_Bundle_Handler")>]
abstract member SendStatus : Android.App.Result * Android.OS.Bundle -> unit
override this.SendStatus : Android.App.Result * Android.OS.Bundle -> unit

Parameters

resultCode
Result

Current success/failure of instrumentation.

results
Bundle

Any results to send back to the code that started the instrumentation.

Attributes

Remarks

Provide a status report about the application.

Java documentation for android.app.Instrumentation.sendStatus(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