Android.Views.InputMethods.InputMethodManager.RestartInput Method
If the input method is currently connected to the given view, restart it with its new contents.

Syntax

[Android.Runtime.Register("restartInput", "(Landroid/view/View;)V", "")]
public void RestartInput (Android.Views.View view)

Parameters

view
The view whose text has changed.

Remarks

If the input method is currently connected to the given view, restart it with its new contents. You should call this when the text within your view changes outside of the normal input method or key input flow, such as when an application calls TextView.setText().

[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