Android.InputMethodServices.InputMethodService.IsInputViewShown Property
Return whether the soft input view is currently shown to the user.

Syntax

[get: Android.Runtime.Register("isInputViewShown", "()Z", "GetIsInputViewShownHandler")]
public virtual bool IsInputViewShown { 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.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3