NativeActivity.OnInputQueueDestroyed(InputQueue) Método

Definición

Se llama cuando inputQueue especificado ya no está asociado al subproceso y, por tanto, no envía eventos.

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

Parámetros

queue
InputQueue

Implementaciones

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a