Android.Views.InputMethods.InputMethodManager.HideSoftInputFromWindow Method
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.

Syntax

[Android.Runtime.Register("hideSoftInputFromWindow", "(Landroid/os/IBinder;I)Z", "")]
public bool HideSoftInputFromWindow (Android.OS.IBinder windowToken, [Android.Runtime.GeneratedEnum] HideSoftInputFlags flags)

Parameters

windowToken
The token of the window that is making the request, as returned by Android.Views.View.WindowToken.
flags
Provides additional operating flags. Currently may be 0 or have the InputMethodManager.HIDE_IMPLICIT_ONLY bit set.

Returns

Documentation for this section has not yet been entered.

Remarks

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.

[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