Share via


InputMethodService.InputMethodImpl.ShowSoftInput Method

Definition

To be added

[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

To be added

Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.showSoftInput(int, android.os.ResultReceiver).

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