Android.OS.Looper.MainLooper Property
Returns the application's main looper, which lives in the main thread of the application.

Syntax

[get: Android.Runtime.Register("getMainLooper", "()Landroid/os/Looper;", "GetGetMainLooperHandler")]
public static Looper MainLooper { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the application's main looper, which lives in the main thread of the application.

[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