Android.Views.InputMethods Namespace
Remarks
Framework classes for interaction between views and input methods (such
as soft keyboards). See InputMethodManager for
an overview. In most cases the main classes here are not needed for
most applications, since they are dealt with for you by
TextView. When implementing a custom text editor,
however, you will need to implement the
InputConnection class to allow the current
input method to interact with your view.
Classes
| Type | Reason |
|---|---|
| BaseInputConnection | Base class for implementors of the InputConnection interface, taking care of most of the common behavior for providing a connection to an Editable. |
| BaseInputConnection+InterfaceConsts | |
| CompletionInfo | Information about a single text completion that an editor has reported to an input method. |
| InterfaceConsts | |
| CorrectionInfo | Information about a single text correction that an editor has reported to an input method. |
| InterfaceConsts | |
| CursorAnchorFlags | Enumerates values returned by several types and taken as a parameter of the CursorAnchorInfo+Builder.AddCharacterBounds, and CursorAnchorInfo+Builder.SetInsertionMarkerLocation members. |
| CursorAnchorInfo | Positional information about the text insertion point and characters in the composition string. |
| Builder | |
| InterfaceConsts | |
| CursorUpdate | Enumerates values returned by the CursorUpdate.Immediate, and CursorUpdate.Monitor members. |
| EditorInfo | An EditorInfo describes several attributes of a text editing object that an input method is communicating with (typically an EditText), most importantly the type of text content it contains and the current cursor position. |
| InterfaceConsts | |
| ExtractedText | Information about text that has been extracted for use by an input method. |
| InterfaceConsts | |
| ExtractedTextFlags | Enumerates values returned by the ExtractedText.Flags, ExtractedTextFlags.Selecting, and ExtractedTextFlags.SingleLine members. |
| ExtractedTextRequest | Description of what an input method would like from an application when extract text from its input editor. |
| InterfaceConsts | |
| GetTextFlags | |
| HideSoftInputFlags | Enumerates values returned by the HideSoftInputFlags.ImplicitOnly, HideSoftInputFlags.None, and HideSoftInputFlags.NotAlways members and taken as a parameter of several types. |
| IInputConnection | The InputConnection interface is the communication channel from an InputMethod back to the application that is receiving its input. |
| IInputConnectionExtensions | |
| IInputMethod | The InputMethod interface represents an input method which can generate key events and text, such as digital, email addresses, CJK characters, other language characters, and etc., while handling various input events, and send the text back to the application that requests text input. |
| IInputMethodSession | The InputMethodSession interface provides the per-client functionality of InputMethod that is safe to expose to applications. |
| IInputMethodSessionCallback | [Android Documentation] |
| IInputMethodSessionEventCallback | [Android Documentation] |
| ImeAction | Enumerates values returned by several types and taken as a parameter of several types. |
| ImeFlags | Enumerates values returned by several types. |
| InputBinding | Information given to an InputMethod about a client connecting to it. |
| InterfaceConsts | |
| InputConnection | The InputConnection interface is the communication channel from an InputMethod back to the application that is receiving its input. |
| InputConnectionConsts | |
| InputConnectionWrapper | |
| InterfaceConsts | |
| InputMethod | The InputMethod interface represents an input method which can generate key events and text, such as digital, email addresses, CJK characters, other language characters, and etc., while handling various input events, and send the text back to the application that requests text input. |
| InputMethodConsts | |
| InputMethodInfo | This class is used to specify meta information of an input method. |
| InterfaceConsts | |
| InputMethodManager | Central system API to the overall input method framework (IMF) architecture, which arbitrates interaction between applications and the current input method. |
| InputMethodResults | Enumerates values returned by several methods of InputMethodResults. |
| InputMethodSubtype | This class is used to specify meta information of a subtype contained in an input method editor (IME). |
| InputMethodSubtypeBuilder | |
| InterfaceConsts | |
| ShowFlags | Enumerates values returned by several types and taken as a parameter of several types. |
| ShowSoftInputFlags | Enumerates values returned by the ShowSoftInputFlags.Explicit, ShowSoftInputFlags.Forced, and ShowSoftInputFlags.None members and taken as a parameter of several types. |
| TextExtractFlags | Enumerates values returned by several types. |

