InputMethodService.InputMethodImpl.HideSoftInput Method

Definition

To be added

[Android.Runtime.Register("hideSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetHideSoftInput_ILandroid_os_ResultReceiver_Handler")]
public override void HideSoftInput (int flags, Android.OS.ResultReceiver resultReceiver);
[<Android.Runtime.Register("hideSoftInput", "(ILandroid/os/ResultReceiver;)V", "GetHideSoftInput_ILandroid_os_ResultReceiver_Handler")>]
override this.HideSoftInput : int * Android.OS.ResultReceiver -> unit

Parameters

flags
Int32
resultReceiver
ResultReceiver
Attributes

Remarks

To be added

Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.hideSoftInput(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