Android.InputMethodServices.InputMethodService.OnEvaluateInputViewShown Method
Override this to control when the soft input area should be shown to the user.

Syntax

[Android.Runtime.Register("onEvaluateInputViewShown", "()Z", "GetOnEvaluateInputViewShownHandler")]
public virtual bool OnEvaluateInputViewShown ()

Returns

Documentation for this section has not yet been entered.

Remarks

Override this to control when the soft input area should be shown to the user. The default implementation only shows the input view when there is no hard keyboard or the keyboard is hidden. If you change what this returns, you will need to call InputMethodService.UpdateInputViewShown yourself whenever the returned value may have changed to have it re-evaluated and applied.

[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