The members of Android.OS.Looper are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | MainLooper | Looper. Returns the application's main looper, which lives in the main thread of the application. |
[read-only] | Thread | Java.Lang.Thread. Return the Thread associated with this Looper. |
[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. |
Dump(Android.Util.IPrinter, string) | ||
static | Loop()Run the message queue in this thread. | |
static | MyLooper()Return the Looper object associated with the current thread. | |
static | MyQueue()Return the Android.OS.MessageQueue object associated with the current thread. | |
static | Prepare()Initialize the current thread as a looper. | |
static | PrepareMainLooper()Initialize the current thread as a looper, marking it as an application's main looper. | |
Quit()Quits the looper. | ||
QuitSafely()Quits the looper safely. | ||
SetMessageLogging(Android.Util.IPrinter)Control logging of messages as they are processed by this Looper. |