Android.InputMethodServices.AbstractInputMethodService Members

The members of Android.InputMethodServices.AbstractInputMethodService are listed below.

See Also: Inherited members from Android.App.Service

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.