Android.Views.InputMethods.IInputMethod.RestartInput Method
This method is called when the state of this input method needs to be reset.

Syntax

[Android.Runtime.Register("restartInput", "(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/EditorInfo;)V", "GetRestartInput_Landroid_view_inputmethod_InputConnection_Landroid_view_inputmethod_EditorInfo_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void RestartInput (IInputConnection inputConnection, EditorInfo attribute)

See Also

EditorInfo

Parameters

inputConnection
Optional specific input connection for communicating with the text box; if null, you should use the generic bound input connection.
attribute
The attribute of the text box (typically, a EditText) that requests input.

Remarks

This method is called when the state of this input method needs to be reset.

Typically, this method is called when the input focus is moved from one text box to another.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3