Android.OS.HandlerThread: Method Members

The methods of Android.OS.HandlerThread are listed below. For a list of all members, see the HandlerThread Members list.

See Also: Inherited members from Java.Lang.Thread

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.