Android.OS.HandlerThread Members

The members of Android.OS.HandlerThread are listed below.

See Also: Inherited members from Java.Lang.Thread

Public Constructors

Constructs a HandlerThread.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
LooperLooper. This method returns the Looper associated with this thread.
[read-only]
ThreadIdint. Returns the identifier of this thread.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Quit() : bool
Quits the handler thread's looper.
QuitSafely() : bool
Quits the handler thread's looper safely.

Protected Methods

OnLooperPrepared()
Call back method that can be explicitly overridden if needed to execute some setup before Looper loops.