Android.Views.InputMethods.InputMethodManager.HideSoftInputFromInputMethod Method
Close/hide the input method's soft input area, so the user no longer sees it or can interact with it.

Syntax

[Android.Runtime.Register("hideSoftInputFromInputMethod", "(Landroid/os/IBinder;I)V", "")]
public void HideSoftInputFromInputMethod (Android.OS.IBinder token, [Android.Runtime.GeneratedEnum] HideSoftInputFlags flags)

Parameters

token
Supplies the identifying token given to an input method when it was started, which allows it to perform this operation on itself.
flags
Provides additional operating flags. Currently may be 0 or have the InputMethodManager.HIDE_IMPLICIT_ONLY, InputMethodManager.HIDE_NOT_ALWAYS bit set.

Remarks

Close/hide the input method's soft input area, so the user no longer sees it or can interact with it. This can only be called from the currently active input method, as validated by the given token.

[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