The methods of Android.InputMethodServices.AbstractInputMethodService are listed below. For a list of all members, see the AbstractInputMethodService Members list.
See Also: Inherited members from Android.App.Service
override | OnBind(Android.Content.Intent)Return the communication channel to the service. | |
abstract | OnCreateInputMethodInterface()Called by the framework during initialization, when the InputMethod interface for this service needs to be created. | |
abstract | OnCreateInputMethodSessionInterface()Called by the framework when a new InputMethodSession interface is needed for a new client of the input method. | |
OnGenericMotionEvent(Android.Views.MotionEvent)Implement this to handle generic motion events on your input method. | ||
abstract | OnKeyDown(Android.Views.Keycode, Android.Views.KeyEvent)Documentation for this section has not yet been entered. | |
abstract | OnKeyLongPress(Android.Views.Keycode, Android.Views.KeyEvent)Documentation for this section has not yet been entered. | |
abstract | OnKeyMultiple(Android.Views.Keycode, int, Android.Views.KeyEvent)Documentation for this section has not yet been entered. | |
abstract | OnKeyUp(Android.Views.Keycode, Android.Views.KeyEvent)Documentation for this section has not yet been entered. | |
OnTrackballEvent(Android.Views.MotionEvent)Implement this to handle trackball events on your input method. |