From 67f3ed95a0df629eb8959e56d3352a6b109259da Mon Sep 17 00:00:00 2001 From: Andrey Kurdyumov Date: Mon, 30 Jun 2014 19:38:16 +0600 Subject: [PATCH] CB-6262 Add StatusBar to Plugin APIs --- docs/en/edge/cordova/plugins/pluginapis.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/edge/cordova/plugins/pluginapis.md b/docs/en/edge/cordova/plugins/pluginapis.md index 11f19ef684a..5091dc623cd 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.