BLTNStatusBarAppearance
@objc
public enum BLTNStatusBarAppearance : Int
Styles of status bar to use with bulletin items.
-
The status bar is hidden.
Declaration
Swift
case hidden
-
The color of the status bar is determined automatically. This is the default style.
Declaration
Swift
case automatic
-
Style to use with dark backgrounds.
Declaration
Swift
case lightContent
-
Style to use with light backgrounds.
Declaration
Swift
case darkContent