2015-11-28 18:26:55 -06:00
|
|
|
export declare class StatusBar {
|
|
|
|
static overlaysWebView: any;
|
|
|
|
static styleDefault: any;
|
|
|
|
static styleLightContent: any;
|
|
|
|
static styleBlackTranslucent: any;
|
|
|
|
static styleBlackOpaque: any;
|
|
|
|
static backgroundColorByName: any;
|
|
|
|
static backgroundColorByHexString: any;
|
|
|
|
static hide: any;
|
|
|
|
static show: any;
|
|
|
|
}
|