The members of Android.Views.InputMethods.InputMethodManager are listed below.
See Also: Inherited members from Java.Lang.Object
const | ShowForced | ShowFlags (2). Flag for InputMethodManager.ShowSoftInput(Android.Views.View, Android.Views.InputMethods.ShowFlags) to indicate that the user has forced the input method open (such as by long-pressing menu) so it should not be closed until they explicitly do so. |
const | ShowImplicit | ShowFlags (1). Flag for InputMethodManager.ShowSoftInput(Android.Views.View, Android.Views.InputMethods.ShowFlags) to indicate that this is an implicit request to show the input window, not as the result of a direct request by the user. |
[read-only] | CurrentInputMethodSubtype | InputMethodSubtype. Returns the current input method subtype. |
[read-only] | EnabledInputMethodList | IList<InputMethodInfo>. |
[read-only] | InputMethodList | IList<InputMethodInfo>. |
[read-only] | IsAcceptingText | bool. Return true if the currently served view is accepting full text edits. |
[read-only] | IsActive | bool. Return true if any view is currently active in the input method. |
[read-only] | IsFullscreenMode | bool. Allows you to discover whether the attached input method is running in fullscreen mode. |
[read-only] | LastInputMethodSubtype | InputMethodSubtype. |
[read-only] | ShortcutInputMethodsAndSubtypes | IDictionary<InputMethodInfo, IList<InputMethodSubtype>>. Returns a map of all shortcut input method info and their subtypes. |
[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. |
DisplayCompletions(Android.Views.View, CompletionInfo[]) | ||
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
GetEnabledInputMethodSubtypeList(InputMethodInfo, bool)Returns a list of enabled input method subtypes for the specified input method info. | ||
HideSoftInputFromInputMethod(Android.OS.IBinder, HideSoftInputFlags)Close/hide the input method's soft input area, so the user no longer sees it or can interact with it. | ||
HideSoftInputFromWindow(Android.OS.IBinder, HideSoftInputFlags)Synonym for InputMethodManager.HideSoftInputFromWindow(Android.OS.IBinder, Android.Views.InputMethods.HideSoftInputFlags, Android.Views.InputMethods.HideSoftInputFlags) without a result: request to hide the soft input window from the context of the window that is currently accepting input. | ||
HideSoftInputFromWindow(Android.OS.IBinder, HideSoftInputFlags, Android.OS.ResultReceiver)Request to hide the soft input window from the context of the window that is currently accepting input. | ||
HideStatusIcon(Android.OS.IBinder) | ||
InvokeIsActive(Android.Views.View)Return true if the given view is the currently active view for the input method. | ||
IsWatchingCursor(Android.Views.View)Return true if the current input method wants to watch the location of the input editor's cursor in its window. | ||
RestartInput(Android.Views.View)If the input method is currently connected to the given view, restart it with its new contents. | ||
SendAppPrivateCommand(Android.Views.View, string, Android.OS.Bundle)Call IInputMethodSession.AppPrivateCommand(string, Android.OS.Bundle) on the current Input Method. | ||
SetAdditionalInputMethodSubtypes(string, InputMethodSubtype[])Set additional input method subtypes. | ||
SetCurrentInputMethodSubtype(InputMethodSubtype)Switch to a new input method subtype of the current input method. | ||
SetInputMethod(Android.OS.IBinder, string)Force switch to a new input method component. | ||
SetInputMethodAndSubtype(Android.OS.IBinder, string, InputMethodSubtype)Force switch to a new input method and subtype. | ||
ShouldOfferSwitchingToNextInputMethod(Android.OS.IBinder)Returns true if the current IME needs to offer the users ways to switch to a next input method (e.g. a globe key. | ||
ShowInputMethodAndSubtypeEnabler(string)Show the settings for enabling subtypes of the specified input method. | ||
ShowInputMethodPicker() | ||
ShowSoftInput(Android.Views.View, ShowFlags)Synonym for InputMethodManager.ShowSoftInput(Android.Views.View, Android.Views.InputMethods.ShowFlags, Android.Views.InputMethods.ShowFlags) without a result receiver: explicitly request that the current input method's soft input area be shown to the user, if needed. | ||
ShowSoftInput(Android.Views.View, ShowFlags, Android.OS.ResultReceiver)Explicitly request that the current input method's soft input area be shown to the user, if needed. | ||
ShowSoftInputFromInputMethod(Android.OS.IBinder, ShowFlags)Show the input method's soft input area, so the user sees the input method window and can interact with it. | ||
ShowStatusIcon(Android.OS.IBinder, string, int) | ||
SwitchToLastInputMethod(Android.OS.IBinder)Force switch to the last used input method and subtype. | ||
SwitchToNextInputMethod(Android.OS.IBinder, bool)Force switch to the next input method and subtype. | ||
ToggleSoftInput(ShowFlags, HideSoftInputFlags) | ||
ToggleSoftInputFromWindow(Android.OS.IBinder, ShowSoftInputFlags, HideSoftInputFlags)This method toggles the input method window display. | ||
UpdateCursor(Android.Views.View, int, int, int, int)Report the current cursor location in its window. | ||
UpdateCursorAnchorInfo(Android.Views.View, CursorAnchorInfo)Report positional change of the text insertion point and/or characters in the composition string. | ||
UpdateExtractedText(Android.Views.View, int, ExtractedText) | ||
UpdateSelection(Android.Views.View, int, int, int, int)Report the current selection range. | ||
ViewClicked(Android.Views.View)Notify the event when the user tapped or clicked the text view. |