InputMethodService.UpdateInputViewShown Method

Definition

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

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.

Applies to