InputMethodService.IsShowInputRequested Property

Definition

Returns true if we have been asked to show our input view.

public virtual bool IsShowInputRequested { [Android.Runtime.Register("isShowInputRequested", "()Z", "GetIsShowInputRequestedHandler")] get; }
[<get: Android.Runtime.Register("isShowInputRequested", "()Z", "GetIsShowInputRequestedHandler")>]
member this.IsShowInputRequested : bool

Property Value

Attributes

Remarks

Returns true if we have been asked to show our input view.

Java documentation for android.inputmethodservice.InputMethodService.isShowInputRequested().

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