mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-19 09:22:50 +08:00
Updated StatusBar docs for show and hide API
This commit is contained in:
parent
7e42f7db49
commit
6dd6e4a0b5
29
README.md
29
README.md
@ -17,6 +17,8 @@ Methods
|
|||||||
- StatusBar.styleBlackOpaque
|
- StatusBar.styleBlackOpaque
|
||||||
- StatusBar.backgroundColorByName
|
- StatusBar.backgroundColorByName
|
||||||
- StatusBar.backgroundColorByHexString
|
- StatusBar.backgroundColorByHexString
|
||||||
|
- StatusBar.hide
|
||||||
|
- StatusBar.show
|
||||||
|
|
||||||
Properties
|
Properties
|
||||||
--------
|
--------
|
||||||
@ -144,6 +146,33 @@ Supported Platforms
|
|||||||
|
|
||||||
- iOS
|
- iOS
|
||||||
|
|
||||||
|
StatusBar.hide
|
||||||
|
=================
|
||||||
|
|
||||||
|
Hide the statusbar.
|
||||||
|
|
||||||
|
StatusBar.hide();
|
||||||
|
|
||||||
|
|
||||||
|
Supported Platforms
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- iOS
|
||||||
|
|
||||||
|
StatusBar.show
|
||||||
|
=================
|
||||||
|
|
||||||
|
Shows the statusbar.
|
||||||
|
|
||||||
|
StatusBar.show();
|
||||||
|
|
||||||
|
|
||||||
|
Supported Platforms
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- iOS
|
||||||
|
|
||||||
|
|
||||||
StatusBar.isVisible
|
StatusBar.isVisible
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user