InputMethodService.InputMethodImpl.HideSoftInput(Int32, ResultReceiver) Method

Definition

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

[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

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