Android.OS.Looper.Prepare Method
Initialize the current thread as a looper.

Syntax

[Android.Runtime.Register("prepare", "()V", "")]
public static void Prepare ()

Remarks

Initialize the current thread as a looper. This gives you a chance to create handlers that then reference this looper, before actually starting the loop. Be sure to call Looper.Loop after calling this method, and end it by calling Looper.Quit.

[Android Documentation]

Requirements

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