Android.InputMethodServices.InputMethodService.InputMethodImpl.ShowSoftInput Method
Handle a request by the system to show the soft input area.

Syntax

[Android.Runtime.Register("showSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetShowSoftInput_ILandroid_os_ResultReceiver_Handler")]
public override void ShowSoftInput ([Android.Runtime.GeneratedEnum] Android.Views.InputMethods.ShowSoftInputFlags flags, Android.OS.ResultReceiver resultReceiver)

Parameters

flags
Documentation for this section has not yet been entered.
resultReceiver
Documentation for this section has not yet been entered.

Remarks

Handle a request by the system to show the soft input area.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3