AbstractInputMethodService.AbstractInputMethodSessionImpl.DispatchKeyEvent Method

Definition

Take care of dispatching incoming key events to the appropriate callbacks on the service, and tell the client when this is done.

[Android.Runtime.Register("dispatchKeyEvent", "(ILandroid/view/KeyEvent;Landroid/view/inputmethod/InputMethodSession$EventCallback;)V", "GetDispatchKeyEvent_ILandroid_view_KeyEvent_Landroid_view_inputmethod_InputMethodSession_EventCallback_Handler")]
public virtual void DispatchKeyEvent (int seq, Android.Views.KeyEvent e, Android.Views.InputMethods.IInputMethodSessionEventCallback callback);
[<Android.Runtime.Register("dispatchKeyEvent", "(ILandroid/view/KeyEvent;Landroid/view/inputmethod/InputMethodSession$EventCallback;)V", "GetDispatchKeyEvent_ILandroid_view_KeyEvent_Landroid_view_inputmethod_InputMethodSession_EventCallback_Handler")>]
abstract member DispatchKeyEvent : int * Android.Views.KeyEvent * Android.Views.InputMethods.IInputMethodSessionEventCallback -> unit
override this.DispatchKeyEvent : int * Android.Views.KeyEvent * Android.Views.InputMethods.IInputMethodSessionEventCallback -> unit

Parameters

seq
Int32
e
KeyEvent

The key event.

Implements

Attributes

Remarks

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