Android.Views.InputMethods.IInputMethod.ShowSoftInput Method
Request that any soft input part of the input method be shown to the user.

Syntax

[Android.Runtime.Register("showSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetShowSoftInput_ILandroid_os_ResultReceiver_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ShowSoftInput ([Android.Runtime.GeneratedEnum] ShowSoftInputFlags flags, Android.OS.ResultReceiver resultReceiver)

Parameters

flags
Provides additional information about the show request. Currently may be 0 or have the bit InputMethod.SHOW_EXPLICIT set.
resultReceiver
The client requesting the show may wish to be told the impact of their request, which should be supplied here. The result code should be InputMethodManager.RESULT_UNCHANGED_SHOWN, InputMethodManager.RESULT_UNCHANGED_HIDDEN, InputMethodManager.RESULT_SHOWN, or InputMethodManager.RESULT_HIDDEN.

Remarks

Request that any soft input part of the input method be shown to the user.

[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