Android.Views.InputMethods.InputMethodManager.ShowSoftInput Method
Synonym for InputMethodManager.ShowSoftInput(Android.Views.View, Android.Views.InputMethods.ShowFlags, Android.Views.InputMethods.ShowFlags) without a result receiver: explicitly request that the current input method's soft input area be shown to the user, if needed.

Syntax

[Android.Runtime.Register("showSoftInput", "(Landroid/view/View;I)Z", "")]
public bool ShowSoftInput (Android.Views.View view, [Android.Runtime.GeneratedEnum] ShowFlags flags)

Parameters

view
The currently focused view, which would like to receive soft keyboard input.
flags
Provides additional operating flags. Currently may be 0 or have the InputMethodManager.ShowImplicit bit set.

Returns

Documentation for this section has not yet been entered.

Remarks

Synonym for InputMethodManager.ShowSoftInput(Android.Views.View, Android.Views.InputMethods.ShowFlags, Android.Views.InputMethods.ShowFlags) without a result receiver: explicitly request that the current input method's soft input area be shown to the user, if needed.

[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