SystemUiFlags Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SystemUiFlags
[<System.Flags>]
type SystemUiFlags = 
Inheritance
SystemUiFlags
Attributes

Fields

Fullscreen 4
HideNavigation 2
Immersive 2048
ImmersiveSticky 4096
LayoutFlags 1536

Flags that can impact the layout in relation to system UI.

LayoutFullscreen 1024
LayoutHideNavigation 512
LayoutStable 256
LightNavigationBar 16
LightStatusBar 8192
LowProfile 1
Visible 0

Special constant for SystemUiVisibility: View has requested the system UI (status bar) to be visible (the default).

Remarks

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