Android.App.Instrumentation.WaitForIdleSync Method
Synchronously wait for the application to be idle.

Syntax

[Android.Runtime.Register("waitForIdleSync", "()V", "GetWaitForIdleSyncHandler")]
public virtual void WaitForIdleSync ()

Remarks

Synchronously wait for the application to be idle. Can not be called from the main application thread -- use Instrumentation.Start to execute instrumentation in its own thread.

[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