Android.App.Instrumentation.WaitForIdle Method
Schedule a callback for when the application's main thread goes idle (has no more events to process).

Syntax

[Android.Runtime.Register("waitForIdle", "(Ljava/lang/Runnable;)V", "GetWaitForIdle_Ljava_lang_Runnable_Handler")]
public virtual void WaitForIdle (Java.Lang.IRunnable recipient)

Parameters

recipient
Called the next time the thread's message queue is idle.

Remarks

Schedule a callback for when the application's main thread goes idle (has no more events to process).

[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