Android.OS.Looper.PrepareMainLooper Method
Initialize the current thread as a looper, marking it as an application's main looper.

Syntax

[Android.Runtime.Register("prepareMainLooper", "()V", "")]
public static void PrepareMainLooper ()

Remarks

Initialize the current thread as a looper, marking it as an application's main looper. The main looper for your application is created by the Android environment, so you should never need to call this function yourself. See also: Looper.Prepare

[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