InputMethodService.RequestHideSelf(HideSoftInputFlags) Method

Definition

Close this input method's soft input area, removing it from the display.

[Android.Runtime.Register("requestHideSelf", "(I)V", "GetRequestHideSelf_IHandler")]
public virtual void RequestHideSelf (Android.Views.InputMethods.HideSoftInputFlags flags);
[<Android.Runtime.Register("requestHideSelf", "(I)V", "GetRequestHideSelf_IHandler")>]
abstract member RequestHideSelf : Android.Views.InputMethods.HideSoftInputFlags -> unit
override this.RequestHideSelf : Android.Views.InputMethods.HideSoftInputFlags -> unit

Parameters

flags
HideSoftInputFlags

Provides additional operating flags.

Attributes

Remarks

Close this input method's soft input area, removing it from the display.

The input method will continue running, but the user can no longer use it to generate input by touching the screen.

Java documentation for android.inputmethodservice.InputMethodService.requestHideSelf(int).

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