Window.TakeInputQueue(InputQueue+ICallback) Method

Definition

Take ownership of this window's InputQueue.

[Android.Runtime.Register("takeInputQueue", "(Landroid/view/InputQueue$Callback;)V", "GetTakeInputQueue_Landroid_view_InputQueue_Callback_Handler")]
public abstract void TakeInputQueue(Android.Views.InputQueue.ICallback? callback);
[<Android.Runtime.Register("takeInputQueue", "(Landroid/view/InputQueue$Callback;)V", "GetTakeInputQueue_Landroid_view_InputQueue_Callback_Handler")>]
abstract member TakeInputQueue : Android.Views.InputQueue.ICallback -> unit

Parameters

callback
InputQueue.ICallback

The Android.Views.InputQueue+ICallback value used for callback.

Attributes

Remarks

Java documentation for android.view.Window.takeInputQueue(android.view.InputQueue.Callback).

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