Looper.MyLooper Method

Definition

Return the Looper object associated with the current thread.

[Android.Runtime.Register("myLooper", "()Landroid/os/Looper;", "")]
public static Android.OS.Looper? MyLooper ();
[<Android.Runtime.Register("myLooper", "()Landroid/os/Looper;", "")>]
static member MyLooper : unit -> Android.OS.Looper

Returns

Attributes

Remarks

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

Java documentation for android.os.Looper.myLooper().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to