Uses of Class
com.iizix.gyro.StatusBarConfig.Style
Packages that use StatusBarConfig.Style Package Description com.iizix.gyro Uses of StatusBarConfig.Style in com.iizix.gyro
Methods in com.iizix.gyro that return StatusBarConfig.Style Modifier and Type Method Description StatusBarConfig.Style
StatusBarConfig. getStyle()
Gets the style.static StatusBarConfig.Style
StatusBarConfig.Style. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StatusBarConfig.Style[]
StatusBarConfig.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.gyro with parameters of type StatusBarConfig.Style Modifier and Type Method Description void
StatusBarConfig. setStyle(StatusBarConfig.Style style)
Sets the style.