diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.cordova/-battery/-battery-event/index.html')
-rw-r--r-- | api1/pl.treksoft.kvision.cordova/-battery/-battery-event/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.cordova/-battery/-battery-event/index.html b/api1/pl.treksoft.kvision.cordova/-battery/-battery-event/index.html new file mode 100644 index 00000000..c82827ac --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-battery/-battery-event/index.html @@ -0,0 +1,40 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Battery.BatteryEvent - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.cordova</a> / <a href="../index.html">Battery</a> / <a href="./index.html">BatteryEvent</a><br/> +<br/> +<h1>BatteryEvent</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">BatteryEvent</span></code> +<p>Battery status event types.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-b-a-t-t-e-r-y_-s-t-a-t-u-s.html">BATTERY_STATUS</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-b-a-t-t-e-r-y_-l-o-w.html">BATTERY_LOW</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-b-a-t-t-e-r-y_-c-r-i-t-i-c-a-l.html">BATTERY_CRITICAL</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |