InputMethodService.IsInputViewShown Property

Definition

Return whether the soft input view is <em>currently</em> shown to the user.

public virtual bool IsInputViewShown { [Android.Runtime.Register("isInputViewShown", "()Z", "GetIsInputViewShownHandler")] get; }
[<get: Android.Runtime.Register("isInputViewShown", "()Z", "GetIsInputViewShownHandler")>]
member this.IsInputViewShown : bool

Property Value

Attributes

Remarks

Return whether the soft input view is <em>currently</em> shown to the user. This is the state that was last determined and applied by #updateInputViewShown().

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

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