2015-11-28 18:26:55 -06:00
|
|
|
export declare class StatusBar {
|
2015-11-29 19:54:45 -06:00
|
|
|
static overlaysWebView(doOverlay: boolean): void;
|
|
|
|
static styleDefault(): void;
|
|
|
|
static styleLightContent(): void;
|
|
|
|
static styleBlackTranslucent(): void;
|
|
|
|
static styleBlackOpaque(): void;
|
|
|
|
static backgroundColorByName(colorName: string): void;
|
|
|
|
static backgroundColorByHexString(hexString: string): void;
|
|
|
|
static hide(): void;
|
|
|
|
static show(): void;
|
2015-11-28 18:26:55 -06:00
|
|
|
}
|