Android.OS.Looper Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

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

Public Properties

[read-only]
static
MainLooperLooper. Returns the application's main looper, which lives in the main thread of the application.
[read-only]
ThreadJava.Lang.Thread. Return the Thread associated with this Looper.

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

Dump(Android.Util.IPrinter, string)
static
Loop()
Run the message queue in this thread.
static
MyLooper() : Looper
Return the Looper object associated with the current thread.
static
MyQueue() : MessageQueue
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.