NativeActivity.OnInputQueueCreated(InputQueue) Método

Definición

Se llama cuando inputQueue especificado está asociado ahora al subproceso que realiza esta llamada, por lo que puede empezar a recibir eventos de ella.

[Android.Runtime.Register("onInputQueueCreated", "(Landroid/view/InputQueue;)V", "GetOnInputQueueCreated_Landroid_view_InputQueue_Handler")]
public virtual void OnInputQueueCreated(Android.Views.InputQueue? queue);
[<Android.Runtime.Register("onInputQueueCreated", "(Landroid/view/InputQueue;)V", "GetOnInputQueueCreated_Landroid_view_InputQueue_Handler")>]
abstract member OnInputQueueCreated : Android.Views.InputQueue -> unit
override this.OnInputQueueCreated : Android.Views.InputQueue -> unit

Parámetros

queue
InputQueue

InputQueue

Implementaciones

Atributos

Comentarios

Se llama cuando inputQueue especificado está asociado ahora al subproceso que realiza esta llamada, por lo que puede empezar a recibir eventos de ella.

Referencia de Android para android.app.NativeActivity.onInputQueueCreated.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a