Return whether the soft input view is currently shown to the
user.
Syntax
[get: Android.Runtime.Register("isInputViewShown", "()Z", "GetIsInputViewShownHandler")] public virtual boolIsInputViewShown { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Return whether the soft input view is currently shown to the
user. This is the state that was last determined and
applied by InputMethodService.UpdateInputViewShown.