Android.Views.Window.TakeInputQueue Method
Take ownership of this window's InputQueue.

Syntax

[Android.Runtime.Register("takeInputQueue", "(Landroid/view/InputQueue$Callback;)V", "GetTakeInputQueue_Landroid_view_InputQueue_Callback_Handler")]
public abstract void TakeInputQueue (InputQueue.ICallback callback)

Parameters

callback
Documentation for this section has not yet been entered.

Remarks

Take ownership of this window's InputQueue. The window will no longer read and dispatch input events from the queue; it is your responsibility to do so.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9