The members of Android.Views.InputMethods.IInputMethod are listed below.
AttachToken(Android.OS.IBinder)Called first thing after an input method is created, this supplies a unique token for the session it has with the system service. | ||
BindInput(InputBinding)Bind a new application environment in to the input method, so that it can later start and stop input processing. | ||
ChangeInputMethodSubtype(InputMethodSubtype)Notify that the input method subtype is being changed in the same input method. | ||
CreateSession(IInputMethodSessionCallback)Create a new Android.Views.InputMethods.IInputMethodSession that can be handed to client applications for interacting with the input method. | ||
HideSoftInput(int, Android.OS.ResultReceiver)Request that any soft input part of the input method be hidden from the user. | ||
RestartInput(IInputConnection, EditorInfo)This method is called when the state of this input method needs to be reset. | ||
RevokeSession(IInputMethodSession)Disable and destroy a session that was previously created with InputMethod.createSession(android.view.inputmethod.InputMethod.SessionCallback). | ||
SetSessionEnabled(IInputMethodSession, bool)Control whether a particular input method session is active. | ||
ShowSoftInput(ShowSoftInputFlags, Android.OS.ResultReceiver)Request that any soft input part of the input method be shown to the user. | ||
StartInput(IInputConnection, EditorInfo)This method is called when the application starts to receive text and it is ready for this input method to process received events and send result text back to the application. | ||
UnbindInput()Unbind an application environment, called when the information previously set by InputMethod.bindInput(android.view.inputmethod.InputBinding) is no longer valid for this input method. |