Android.Views.InputMethods.InputMethodManager.ToggleSoftInputFromWindow Method
This method toggles the input method window display.

Syntax

[Android.Runtime.Register("toggleSoftInputFromWindow", "(Landroid/os/IBinder;II)V", "")]
public void ToggleSoftInputFromWindow (Android.OS.IBinder windowToken, [Android.Runtime.GeneratedEnum] ShowSoftInputFlags showFlags, [Android.Runtime.GeneratedEnum] HideSoftInputFlags hideFlags)

Parameters

windowToken
The token of the window that is making the request, as returned by Android.Views.View.WindowToken.
showFlags
Provides additional operating flags. May be 0 or have the InputMethodManager.ShowImplicit, InputMethodManager.ShowForced bit set.
hideFlags
Provides additional operating flags. May be 0 or have the InputMethodManager.HIDE_IMPLICIT_ONLY, InputMethodManager.HIDE_NOT_ALWAYS bit set.

Remarks

This method toggles the input method window display. If the input window is already displayed, it gets hidden. If not the input window will be displayed.

[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