| Package | com.distriqt.extension.application |
| Class | public class StatusBarStyle |
| Inheritance | StatusBarStyle Object |
Display.setStatusBarStyle function
The defaults and implementations are slightly different on iOS and Android.
See also
| Constant | Defined By | ||
|---|---|---|---|
| DARK : uint = 4 [static]
Dark style
On iOS 7 or greater, this will be a transparent status bar with black text
On Android this represents the status bar with dark icons
| StatusBarStyle | ||
| DEFAULT : uint = 0 [static]
Default style. | StatusBarStyle | ||
| LIGHT : uint = 3 [static]
Dark / transparent status bar with white text
On iOS, available on iOS 7 or above
On Android this represents the status bar with light icons
| StatusBarStyle | ||
| DARK | Constant |
public static const DARK:uint = 4Dark style On iOS 7 or greater, this will be a transparent status bar with black text On Android this represents the status bar with dark icons
| DEFAULT | Constant |
public static const DEFAULT:uint = 0Default style. Note that the default states are different for iOS and Android. On iOS 7 or greater, this will be a transparent status bar with black text (DARK) On Android this represents the dark status bar with light icons (LIGHT).
| LIGHT | Constant |
public static const LIGHT:uint = 3Dark / transparent status bar with white text On iOS, available on iOS 7 or above On Android this represents the status bar with light icons