| Package | Description |
|---|---|
| de.swm.commons.mobile.client | |
| de.swm.commons.mobile.client.setup |
| Modifier and Type | Method and Description |
|---|---|
StatusBarStyle |
SWMMobileSettings.getStatusBarStyle()
ios only
get the style of the status bar if the app is running in full screen
|
| Modifier and Type | Method and Description |
|---|---|
void |
SWMMobileSettings.setStatusBarStyle(StatusBarStyle statusBarStyle)
ios only
set the style of the status bar if the app is running in full screen
|
| Modifier and Type | Method and Description |
|---|---|
static StatusBarStyle |
StatusBarStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusBarStyle[] |
StatusBarStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2015 SWM. All rights reserved.