The methods of Android.OS.Looper are listed below. For a list of all members, see the Looper Members list.
See Also: Inherited members from Java.Lang.Object
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. |