mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
Statusbar
This commit is contained in:
@ -5,6 +5,13 @@ import {NativePlugin} from '../plugin';
|
||||
|
||||
/**
|
||||
* Manage the appearance of the native status bar.
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* StatusBar.hide(); // Hide the bar
|
||||
*
|
||||
* StatusBar.setStyle(StatusBar.LIGHT_CONTENT) // Good for dark backgrounds
|
||||
* ```
|
||||
*/
|
||||
@NativePlugin({
|
||||
name: 'StatusBar',
|
||||
|
Reference in New Issue
Block a user