Android.Views.InputMethods.IInputMethodSession.ToggleSoftInput Method
Toggle the soft input window.

Syntax

[Android.Runtime.Register("toggleSoftInput", "(II)V", "GetToggleSoftInput_IIHandler:Android.Views.InputMethods.IInputMethodSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ToggleSoftInput ([Android.Runtime.GeneratedEnum] ShowFlags showFlags, [Android.Runtime.GeneratedEnum] HideSoftInputFlags hideFlags)

Parameters

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

Toggle the soft input window. Applications can toggle the state of the soft input window.

[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