awesome-cordova-plugins/dist/plugins/statusbar.d.ts
2015-11-28 18:26:55 -06:00

12 lines
333 B
TypeScript

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;
}