Android.Views.InputMethods.InputMethodManager.ShowSoftInputFromInputMethod Method
Show the input method's soft input area, so the user sees the input method window and can interact with it.

Syntax

[Android.Runtime.Register("showSoftInputFromInputMethod", "(Landroid/os/IBinder;I)V", "")]
public void ShowSoftInputFromInputMethod (Android.OS.IBinder token, [Android.Runtime.GeneratedEnum] ShowFlags 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.ShowImplicit or InputMethodManager.ShowForced bit set.

Remarks

Show the input method's soft input area, so the user sees the input method window and 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