Android.OS.HandlerThread.Looper Property
This method returns the Looper associated with this thread.

Syntax

[get: Android.Runtime.Register("getLooper", "()Landroid/os/Looper;", "GetGetLooperHandler")]
public virtual Looper Looper { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This method returns the Looper associated with this thread. If this thread not been started or for any reason is isAlive() returns false, this method will return null. If this thread has been started, this method will block until the looper has been initialized.

[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