Uses of Enum Class
com.iizix.gyro.StatusBarConfig.Style
Packages that use StatusBarConfig.Style
Uses of StatusBarConfig.Style in com.iizix.gyro
Methods in com.iizix.gyro that return StatusBarConfig.StyleModifier and TypeMethodDescriptionStatusBarConfig.getStyle()
Gets the style.static StatusBarConfig.Style
Returns the enum constant of this class with the specified name.static StatusBarConfig.Style[]
StatusBarConfig.Style.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.gyro with parameters of type StatusBarConfig.StyleModifier and TypeMethodDescriptionvoid
StatusBarConfig.setStyle
(StatusBarConfig.Style style) Sets the style.