public interface IGlobalPropertiesIOS
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_BAR_STYLE_AUTO
Status bar content color will be automatically detected based on background color.
|
static int |
STATUS_BAR_STYLE_DEFAULT
Status bar content color will set to the system default (black)
|
static int |
STATUS_BAR_STYLE_LIGHT
Status bar content color will be white
|
Modifier and Type | Method and Description |
---|---|
void |
blurMainWindowOnSideView(boolean enable)
Sets the flag if the main window will be blurred when the SideView is open.
|
void |
setNavigationBarTintColor(int argb)
Sets a tint color for
nUINavbuttonElement within. |
void |
setPreferredStatusBarStyle(int style)
Sets preferred status bar style .
|
void |
setTabbarTintColor(int argb)
Sets selected color of
nUINavbuttonElement within. |
void |
useSideViewSeparator(boolean enable)
Sets the flag if the SideView should be seperated from the main window
when the SideView is open.
|
static final int STATUS_BAR_STYLE_DEFAULT
static final int STATUS_BAR_STYLE_LIGHT
static final int STATUS_BAR_STYLE_AUTO
void setNavigationBarTintColor(int argb)
nUINavbuttonElement
within.
nUIViewDisplay
's header.argb
- - color to set.void setTabbarTintColor(int argb)
nUINavbuttonElement
within.
nUINavView
argb
- - color to set.void useSideViewSeparator(boolean enable)
enable
- - a boolean parameter.void blurMainWindowOnSideView(boolean enable)
enable
- - a boolean parameter.void setPreferredStatusBarStyle(int style)
style
- - one of
STATUS_BAR_STYLE_DEFAULT
,
STATUS_BAR_STYLE_LIGHT
,
STATUS_BAR_STYLE_AUTO