Android.InputMethodServices.AbstractInputMethodService: Method Members

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

Public Methods

override
OnBind(Android.Content.Intent) : Android.OS.IBinder
Return the communication channel to the service.
abstract
OnCreateInputMethodInterface() : AbstractInputMethodService.AbstractInputMethodImpl
Called by the framework during initialization, when the InputMethod interface for this service needs to be created.
abstract
OnCreateInputMethodSessionInterface() : AbstractInputMethodService.AbstractInputMethodSessionImpl
Called by the framework when a new InputMethodSession interface is needed for a new client of the input method.
OnGenericMotionEvent(Android.Views.MotionEvent) : bool
Implement this to handle generic motion events on your input method.
abstract
OnKeyDown(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
abstract
OnKeyLongPress(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
abstract
OnKeyMultiple(Android.Views.Keycode, int, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
abstract
OnKeyUp(Android.Views.Keycode, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
OnTrackballEvent(Android.Views.MotionEvent) : bool
Implement this to handle trackball events on your input method.