Repository: cordova-docs Updated Branches: refs/heads/master e0f5a2dc8 -> 964469f43
CB-6262 Add StatusBar to Plugin APIs github: close #214 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/964469f4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/964469f4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/964469f4 Branch: refs/heads/master Commit: 964469f436eabf2017670e9de1caedbb7eab6608 Parents: e0f5a2d Author: Andrey Kurdyumov <[email protected]> Authored: Mon Jun 30 19:38:16 2014 +0600 Committer: Andrew Grieve <[email protected]> Committed: Wed Aug 20 11:45:19 2014 -0400 ---------------------------------------------------------------------- docs/en/edge/cordova/plugins/pluginapis.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/964469f4/docs/en/edge/cordova/plugins/pluginapis.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/plugins/pluginapis.md b/docs/en/edge/cordova/plugins/pluginapis.md index 11f19ef..5091dc6 100644 --- a/docs/en/edge/cordova/plugins/pluginapis.md +++ b/docs/en/edge/cordova/plugins/pluginapis.md @@ -79,6 +79,9 @@ The traditional set of core Cordova plugins are as follows: - [Vibration](http://plugins.cordova.io/#/package/org.apache.cordova.vibration) > An API to vibrate the device. +- [StatusBar](https://github.com/apache/cordova-plugin-statusbar/blob/master/doc/index.md) +> An API for showing, hiding and configuring status bar background. + Non-English translations of these plugin docs can be found by looking at older versions of the Cordova documentation. Use the drop-down menu at the very top-right of this site to switch versions.
