Instrumentation.SendStatus(Result, Bundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
int: Current success/failure of instrumentation.
- results
- Bundle
Bundle: Any results to send back to the code that started the instrumentation.
- Attributes
Remarks
Provide a status report about the application.
Android reference for android.app.Instrumentation.sendStatus.
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.