InputMethodService.UpdateInputViewShown Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Android.Runtime.Register("updateInputViewShown", "()V", "GetUpdateInputViewShownHandler")]
public virtual void UpdateInputViewShown ();
[<Android.Runtime.Register("updateInputViewShown", "()V", "GetUpdateInputViewShownHandler")>]
abstract member UpdateInputViewShown : unit -> unit
override this.UpdateInputViewShown : unit -> unit
- Attributes
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 #onEvaluateInputViewShown()
to determine whether the input view should currently be shown. You can use #isInputViewShown()
to determine if the input view is currently shown.
Java documentation for android.inputmethodservice.InputMethodService.updateInputViewShown()
.
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.