Android.InputMethodServices.InputMethodService.UpdateInputViewShown Method
Re-evaluate whether the soft input area should currently be shown, and update its UI if this has changed since the last time it was evaluated.

Syntax

[Android.Runtime.Register("updateInputViewShown", "()V", "GetUpdateInputViewShownHandler")]
public virtual void UpdateInputViewShown ()

Remarks

Re-evaluate whether the soft input area should currently be shown, and update its UI if this has changed since the last time it was evaluated. This will call InputMethodService.OnEvaluateInputViewShown to determine whether the input view should currently be shown. You can use InputMethodService.IsInputViewShown to determine if the input view is currently shown.

[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