InputMethodService.UpdateFullscreenMode Method

Definition

Re-evaluate whether the input method should be running in fullscreen mode, and update its UI if this has changed since the last time it was evaluated.

[Android.Runtime.Register("updateFullscreenMode", "()V", "GetUpdateFullscreenModeHandler")]
public virtual void UpdateFullscreenMode ();
[<Android.Runtime.Register("updateFullscreenMode", "()V", "GetUpdateFullscreenModeHandler")>]
abstract member UpdateFullscreenMode : unit -> unit
override this.UpdateFullscreenMode : unit -> unit
Attributes

Remarks

Re-evaluate whether the input method should be running in fullscreen mode, and update its UI if this has changed since the last time it was evaluated. This will call #onEvaluateFullscreenMode() to determine whether it should currently run in fullscreen mode. You can use #isFullscreenMode() to determine if the input method is currently running in fullscreen mode.

Java documentation for android.inputmethodservice.InputMethodService.updateFullscreenMode().

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