Packagecom.distriqt.extension.application
Classpublic class StatusBarStyle
InheritanceStatusBarStyle Inheritance Object

Defines the available status bar styles for the Display.setStatusBarStyle function The defaults and implementations are slightly different on iOS and Android.

See also

com.distriqt.extension.application.display.Display.setStatusBarStyle()


Public Constants
 ConstantDefined 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
Constant Detail
DARKConstant
public static const DARK:uint = 4

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

DEFAULTConstant 
public static const DEFAULT:uint = 0

Default 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).

LIGHTConstant 
public static const LIGHT:uint = 3

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