Package apple.uikit.enums
Class UIStatusBarStyle
- java.lang.Object
-
- apple.uikit.enums.UIStatusBarStyle
-
public final class UIStatusBarStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBlackOpaquestatic longBlackTranslucentstatic longDarkContentDark content, for use on light backgroundsstatic longDefaultAutomatically chooses light or dark content based on the user interface stylestatic longLightContentLight content, for use on dark backgrounds
-
-
-
Field Detail
-
Default
public static final long Default
Automatically chooses light or dark content based on the user interface style- See Also:
- Constant Field Values
-
LightContent
public static final long LightContent
Light content, for use on dark backgrounds- See Also:
- Constant Field Values
-
BlackTranslucent
public static final long BlackTranslucent
- See Also:
- Constant Field Values
-
BlackOpaque
public static final long BlackOpaque
- See Also:
- Constant Field Values
-
DarkContent
public static final long DarkContent
Dark content, for use on light backgrounds- See Also:
- Constant Field Values
-
-