InputMethodService.InputMethodImpl.ShowSoftInput(ShowSoftInputFlags, ResultReceiver) Method

Definition

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

[Android.Runtime.Register("showSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetShowSoftInput_ILandroid_os_ResultReceiver_Handler")]
public override void ShowSoftInput (Android.Views.InputMethods.ShowSoftInputFlags flags, Android.OS.ResultReceiver resultReceiver);
[<Android.Runtime.Register("showSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetShowSoftInput_ILandroid_os_ResultReceiver_Handler")>]
override this.ShowSoftInput : Android.Views.InputMethods.ShowSoftInputFlags * Android.OS.ResultReceiver -> unit

Parameters

resultReceiver
ResultReceiver
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to