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 | Documentation for this section has not yet been entered. |
CompletionInfo | Information about a single text completion that an editor has reported to
an input method. |
CompletionInfo+InterfaceConsts | Documentation for this section has not yet been entered. |
CorrectionInfo | Information about a single text correction that an editor has reported to
an input method. |
CorrectionInfo+InterfaceConsts | Documentation for this section has not yet been entered. |
CursorAnchorFlags | Enumerates 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. |
CursorAnchorInfo | Positional information about the text insertion point and characters in the composition string. |
CursorAnchorInfo+Builder | Documentation for this section has not yet been entered. |
CursorAnchorInfo+InterfaceConsts | Documentation for this section has not yet been entered. |
CursorUpdate | Enumerates values returned by the Android.Views.InputMethods.CursorUpdate.Immediate, and Android.Views.InputMethods.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. |
EditorInfo+InterfaceConsts | Documentation for this section has not yet been entered. |
ExtractedText | Information about text that has been extracted for use by an input method. |
ExtractedText+InterfaceConsts | Documentation for this section has not yet been entered. |
ExtractedTextFlags | Enumerates values returned by the Android.Views.InputMethods.ExtractedText.Flags, Android.Views.InputMethods.ExtractedTextFlags.Selecting, and Android.Views.InputMethods.ExtractedTextFlags.SingleLine members. |
ExtractedTextRequest | Description of what an input method would like from an application when
extract text from its input editor. |
ExtractedTextRequest+InterfaceConsts | Documentation for this section has not yet been entered. |
GetTextFlags | Documentation for this section has not yet been entered. |
HideSoftInputFlags | Enumerates 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. |
IInputConnection | The InputConnection interface is the communication channel from an
Android.Views.InputMethods.InputMethod back to the application that is receiving its
input. |
IInputConnectionExtensions | Documentation for this section has not yet been entered. |
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 Android.Views.InputMethods.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 Android.Views.InputMethods.InputMethod about a client connecting
to it. |
InputBinding+InterfaceConsts | Documentation for this section has not yet been entered. |
InputConnection | The InputConnection interface is the communication channel from an
Android.Views.InputMethods.InputMethod back to the application that is receiving its
input. |
InputConnectionConsts | Documentation for this section has not yet been entered. |
InputConnectionWrapper | |
InputConnectionWrapper+InterfaceConsts | Documentation for this section has not yet been entered. |
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 | Documentation for this section has not yet been entered. |
InputMethodInfo | This class is used to specify meta information of an input method. |
InputMethodInfo+InterfaceConsts | Documentation for this section has not yet been entered. |
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 Android.Views.InputMethods.InputMethodResults. |
InputMethodSubtype | This class is used to specify meta information of a subtype contained in an input method editor
(IME). |
InputMethodSubtype+InputMethodSubtypeBuilder | Documentation for this section has not yet been entered. |
InputMethodSubtype+InterfaceConsts | Documentation for this section has not yet been entered. |
ShowFlags | Enumerates values returned by several types and taken as a parameter of several types. |
ShowSoftInputFlags | Enumerates 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. |
TextExtractFlags | Enumerates values returned by several types. |