| Type | Reason |
|---|---|
| AbstractInputMethodService | AbstractInputMethodService provides a abstract base class for input methods. |
| AbstractInputMethodService+AbstractInputMethodImpl | Base class for derived classes to implement their Android.Views.InputMethods.InputMethod interface. |
| AbstractInputMethodService+AbstractInputMethodImpl+InterfaceConsts | Documentation for this section has not yet been entered. |
| AbstractInputMethodService+AbstractInputMethodSessionImpl | Base class for derived classes to implement their Android.Views.InputMethods.IInputMethodSession interface. |
| BackDisposition | Enumerates values returned by several types. |
| Edge | Enumerates values returned by several methods of Android.InputMethodServices.Edge. |
| ExtractEditText | Specialization of Android.Widget.EditText for showing and interacting with the extracted text in a full-screen input method. |
| InputMethodService | InputMethodService provides a standard implementation of an InputMethod, which final implementations can derive from and customize. |
| InputMethodService+InputMethodImpl | Concrete implementation of Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodImpl that provides all of the standard behavior for an input method. |
| InputMethodService+InputMethodSessionImpl | Concrete implementation of Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl that provides all of the standard behavior for an input method session. |
| InputMethodService+Insets | Information about where interesting parts of the input method UI appear. |
| Keyboard | Loads an XML description of a keyboard and stores the attributes of the keys. |
| Keyboard+Key | Class for describing the position and characteristics of a single key in the keyboard. |
| Keyboard+Row | Container for keys in the keyboard. |
| KeyboardView | A view that renders a virtual Android.InputMethodServices.Keyboard. |
| KeyboardView+IOnKeyboardActionListener | Listener for virtual keyboard events. |
| KeyboardView+KeyEventArgs | Provides data for the Android.InputMethodServices.KeyboardView.Key event. |
| KeyboardView+PressEventArgs | Provides data for the Android.InputMethodServices.KeyboardView.Press event. |
| KeyboardView+ReleaseEventArgs | Provides data for the Android.InputMethodServices.KeyboardView.Release event. |
| KeyboardView+TextEventArgs | Provides data for the Android.InputMethodServices.KeyboardView.Text event. |
| KeyboardViewIOnKeyboardActionListenerExtensions | Documentation for this section has not yet been entered. |
| Keycode | Enumerates values returned by several methods of Android.InputMethodServices.Keycode. |
| TouchableInsets | Enumerates values returned by several types. |