| overlaysWebView |
On iOS 7, make the statusbar overlay or not overlay the WebView. |
| styleDefault |
Use the default statusbar (dark text, for light backgrounds). |
| styleLightContent |
Use the lightContent statusbar (light text, for dark backgrounds). |
| styleBlackTranslucent |
Use the blackTranslucent statusbar (light text, for dark backgrounds). |
| styleBlackOpaque |
Use the blackOpaque statusbar (light text, for dark backgrounds). |
| backgroundColorByName |
On iOS 7, when you set StatusBar.statusBarOverlaysWebView to false, you can set the background color of the statusbar by color name. |
| backgroundColorByHexString |
Sets the background color of the statusbar by a hex string. |
| hide |
Hide the statusbar. |
| show |
Show the statusbar. |