public static enum StatusBarConfig.Style extends Enum<StatusBarConfig.Style>
Enum Constant and Description |
---|
BlackOpaque
Light text, for dark backgrounds.
|
BlackTranslucent
Light text, for dark backgrounds.
|
Default
Dark text, for light backgrounds.
|
LightContent
Light text, for dark backgrounds.
|
Modifier and Type | Method and Description |
---|---|
static StatusBarConfig.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusBarConfig.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusBarConfig.Style Default
public static final StatusBarConfig.Style LightContent
public static final StatusBarConfig.Style BlackTranslucent
public static final StatusBarConfig.Style BlackOpaque
public static StatusBarConfig.Style[] values()
for (StatusBarConfig.Style c : StatusBarConfig.Style.values()) System.out.println(c);
public static StatusBarConfig.Style valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nulliizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.