Looper.MyLooper Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.