- 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.
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.