The members of Android.InputMethodServices.AbstractInputMethodService are listed below.
See Also: Inherited members from Android.App.Service
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | KeyDispatcherState | Android.Views.KeyEvent.DispatcherState. Return the global NoType:android/view/KeyEvent$DispatcherState;Href=../../../reference/android/view/KeyEvent.DispatcherState.html for used for processing events from the target application. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |