Android.App.Instrumentation.SendStatus Method
Provide a status report about the application.

Syntax

[Android.Runtime.Register("sendStatus", "(ILandroid/os/Bundle;)V", "GetSendStatus_ILandroid_os_Bundle_Handler")]
public virtual void SendStatus ([Android.Runtime.GeneratedEnum] Result resultCode, Android.OS.Bundle results)

Parameters

resultCode
Current success/failure of instrumentation.
results
Any results to send back to the code that started the instrumentation.

Remarks

Provide a status report about the application.

[Android Documentation]

Requirements

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