Android.OS.Handler: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Default constructor associates this handler with the Android.OS.Looper for the current thread.
Constructor associates this handler with the Android.OS.Looper for the current thread and takes a callback interface in which you can handle messages.
Use the provided Android.OS.Looper instead of the default one.
Documentation for this section has not yet been entered.
Use the provided Android.OS.Looper instead of the default one and take a callback interface in which to handle messages.

Protected Constructors

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