AsyncQueryHandler.CreateHandler(Looper) Method

Definition

[Android.Runtime.Register("createHandler", "(Landroid/os/Looper;)Landroid/os/Handler;", "GetCreateHandler_Landroid_os_Looper_Handler")]
protected virtual Android.OS.Handler? CreateHandler (Android.OS.Looper? looper);
[<Android.Runtime.Register("createHandler", "(Landroid/os/Looper;)Landroid/os/Handler;", "GetCreateHandler_Landroid_os_Looper_Handler")>]
abstract member CreateHandler : Android.OS.Looper -> Android.OS.Handler
override this.CreateHandler : Android.OS.Looper -> Android.OS.Handler

Parameters

looper
Looper

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to