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] | Looper | Looper. This method returns the Looper associated with this thread. |
[read-only] | ThreadId | int. Returns the identifier of this thread. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
Protected Methods
| OnLooperPrepared()Call back method that can be explicitly overridden if needed to execute some
setup before Looper loops. |