| Platform | Since |
|---|---|
| iPhone | 0.9 |
| iPad | 0.9 |
A set of constants for the status bar style.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| DEFAULT | Number |
The default status bar style read-only |
| GRAY | Number |
The gray colored status bar style read-only |
| OPAQUE_BLACK | Number |
The opaque black status bar style. read-only |
| TRANSLUCENT_BLACK | Number |
The translucent black status bar style. This style provides some level of transparency to the device background. read-only |