Android.Views.InputMethods Namespace

Remarks

Framework classes for interaction between views and input methods (such as soft keyboards). See Android.Views.InputMethods.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 Android.Widget.TextView. When implementing a custom text editor, however, you will need to implement the Android.Views.InputMethods.InputConnection class to allow the current input method to interact with your view.

Classes

TypeReason
BaseInputConnectionBase class for implementors of the InputConnection interface, taking care of most of the common behavior for providing a connection to an Editable.
BaseInputConnection+InterfaceConstsDocumentation for this section has not yet been entered.
CompletionInfoInformation about a single text completion that an editor has reported to an input method.
CompletionInfo+InterfaceConstsDocumentation for this section has not yet been entered.
CorrectionInfoInformation about a single text correction that an editor has reported to an input method.
CorrectionInfo+InterfaceConstsDocumentation for this section has not yet been entered.
CursorAnchorFlagsEnumerates values returned by several types and taken as a parameter of the Android.Views.InputMethods.CursorAnchorInfo.Builder.AddCharacterBounds, and Android.Views.InputMethods.CursorAnchorInfo.Builder.SetInsertionMarkerLocation members.
CursorAnchorInfoPositional information about the text insertion point and characters in the composition string.
CursorAnchorInfo+BuilderDocumentation for this section has not yet been entered.
CursorAnchorInfo+InterfaceConstsDocumentation for this section has not yet been entered.
CursorUpdateEnumerates values returned by the Android.Views.InputMethods.CursorUpdate.Immediate, and Android.Views.InputMethods.CursorUpdate.Monitor members.
EditorInfoAn 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.
EditorInfo+InterfaceConstsDocumentation for this section has not yet been entered.
ExtractedTextInformation about text that has been extracted for use by an input method.
ExtractedText+InterfaceConstsDocumentation for this section has not yet been entered.
ExtractedTextFlagsEnumerates values returned by the Android.Views.InputMethods.ExtractedText.Flags, Android.Views.InputMethods.ExtractedTextFlags.Selecting, and Android.Views.InputMethods.ExtractedTextFlags.SingleLine members.
ExtractedTextRequestDescription of what an input method would like from an application when extract text from its input editor.
ExtractedTextRequest+InterfaceConstsDocumentation for this section has not yet been entered.
GetTextFlagsDocumentation for this section has not yet been entered.
HideSoftInputFlagsEnumerates values returned by the Android.Views.InputMethods.HideSoftInputFlags.ImplicitOnly, Android.Views.InputMethods.HideSoftInputFlags.None, and Android.Views.InputMethods.HideSoftInputFlags.NotAlways members and taken as a parameter of several types.
IInputConnectionThe InputConnection interface is the communication channel from an Android.Views.InputMethods.InputMethod back to the application that is receiving its input.
IInputConnectionExtensionsDocumentation for this section has not yet been entered.
IInputMethodThe 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.
IInputMethodSessionThe InputMethodSession interface provides the per-client functionality of Android.Views.InputMethods.InputMethod that is safe to expose to applications.
IInputMethodSessionCallback [Android Documentation]
IInputMethodSessionEventCallback [Android Documentation]
ImeActionEnumerates values returned by several types and taken as a parameter of several types.
ImeFlagsEnumerates values returned by several types.
InputBindingInformation given to an Android.Views.InputMethods.InputMethod about a client connecting to it.
InputBinding+InterfaceConstsDocumentation for this section has not yet been entered.
InputConnectionThe InputConnection interface is the communication channel from an Android.Views.InputMethods.InputMethod back to the application that is receiving its input.
InputConnectionConstsDocumentation for this section has not yet been entered.
InputConnectionWrapper
InputConnectionWrapper+InterfaceConstsDocumentation for this section has not yet been entered.
InputMethodThe 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.
InputMethodConstsDocumentation for this section has not yet been entered.
InputMethodInfoThis class is used to specify meta information of an input method.
InputMethodInfo+InterfaceConstsDocumentation for this section has not yet been entered.
InputMethodManagerCentral system API to the overall input method framework (IMF) architecture, which arbitrates interaction between applications and the current input method.
InputMethodResultsEnumerates values returned by several methods of Android.Views.InputMethods.InputMethodResults.
InputMethodSubtypeThis class is used to specify meta information of a subtype contained in an input method editor (IME).
InputMethodSubtype+InputMethodSubtypeBuilderDocumentation for this section has not yet been entered.
InputMethodSubtype+InterfaceConstsDocumentation for this section has not yet been entered.
ShowFlagsEnumerates values returned by several types and taken as a parameter of several types.
ShowSoftInputFlagsEnumerates values returned by the Android.Views.InputMethods.ShowSoftInputFlags.Explicit, Android.Views.InputMethods.ShowSoftInputFlags.Forced, and Android.Views.InputMethods.ShowSoftInputFlags.None members and taken as a parameter of several types.
TextExtractFlagsEnumerates values returned by several types.