Android.OS.Looper.MyLooper Method
Return the Looper object associated with the current thread.

Syntax

[Android.Runtime.Register("myLooper", "()Landroid/os/Looper;", "")]
public static Looper MyLooper ()

Returns

Documentation for this section has not yet been entered.

Remarks

Return the Looper object associated with the current thread. Returns null if the calling thread is not associated with a Looper.

[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