Android.Content.Context.MainLooper Property
Return the Looper for the main thread of the current process.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Return the Looper for the main thread of the current process. This is the thread used to dispatch calls to application components (activities, services, etc).

By definition, this method returns the same result as would be obtained by calling Android.OS.Looper.MainLooper.

[Android Documentation]

Requirements

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