Android.App.NativeActivity.OnInputQueueCreated Method
Called when the given InputQueue is now associated with the thread making this call, so it can start receiving events from it.

Syntax

[Android.Runtime.Register("onInputQueueCreated", "(Landroid/view/InputQueue;)V", "GetOnInputQueueCreated_Landroid_view_InputQueue_Handler")]
public virtual void OnInputQueueCreated (Android.Views.InputQueue queue)

Parameters

queue
Documentation for this section has not yet been entered.

Remarks

Called when the given InputQueue is now associated with the thread making this call, so it can start receiving events from it.

[Android Documentation]

Requirements

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