diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
commit | fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch) | |
tree | 911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api1/pl.treksoft.kvision.cordova/-device | |
parent | 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff) | |
download | kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2 kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip |
API documentation for KVision 2.0.0
Diffstat (limited to 'api1/pl.treksoft.kvision.cordova/-device')
10 files changed, 230 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.cordova/-device/-init-.html b/api1/pl.treksoft.kvision.cordova/-device/-init-.html new file mode 100644 index 00000000..275d87c4 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/-init-.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.<init> - 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">Device</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.cordova.Device$<init>()"></a> +<code><span class="identifier">Device</span><span class="symbol">(</span><span class="symbol">)</span></code> +<p>Device information class.</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/cordova.html b/api1/pl.treksoft.kvision.cordova/-device/cordova.html new file mode 100644 index 00000000..158bb341 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/cordova.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.cordova - 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">Device</a> / <a href="./cordova.html">cordova</a><br/> +<br/> +<h1>cordova</h1> +<a name="pl.treksoft.kvision.cordova.Device$cordova"></a> +<code><span class="keyword">val </span><span class="identifier">cordova</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/index.html b/api1/pl.treksoft.kvision.cordova/-device/index.html new file mode 100644 index 00000000..174146d2 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/index.html @@ -0,0 +1,103 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device - 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">Device</a><br/> +<br/> +<h1>Device</h1> +<code><span class="keyword">external</span> <span class="keyword">class </span><span class="identifier">Device</span></code> +<p>Device information class.</p> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</td> +<td> +<code><span class="identifier">Device</span><span class="symbol">(</span><span class="symbol">)</span></code> +<p>Device information class.</p> +</td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="cordova.html">cordova</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">cordova</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="is-virtual.html">isVirtual</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">isVirtual</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="manufacturer.html">manufacturer</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">manufacturer</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="model.html">model</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">model</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="platform.html">platform</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">platform</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="serial.html">serial</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">serial</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="uuid.html">uuid</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">uuid</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="version.html">version</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">version</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> +<h3>Extension Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span> <span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code> +<p>Helper function for creating JavaScript objects from dynamic constructors.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/is-virtual.html b/api1/pl.treksoft.kvision.cordova/-device/is-virtual.html new file mode 100644 index 00000000..bbdf7257 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/is-virtual.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.isVirtual - 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">Device</a> / <a href="./is-virtual.html">isVirtual</a><br/> +<br/> +<h1>isVirtual</h1> +<a name="pl.treksoft.kvision.cordova.Device$isVirtual"></a> +<code><span class="keyword">val </span><span class="identifier">isVirtual</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/manufacturer.html b/api1/pl.treksoft.kvision.cordova/-device/manufacturer.html new file mode 100644 index 00000000..ec53f06f --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/manufacturer.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.manufacturer - 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">Device</a> / <a href="./manufacturer.html">manufacturer</a><br/> +<br/> +<h1>manufacturer</h1> +<a name="pl.treksoft.kvision.cordova.Device$manufacturer"></a> +<code><span class="keyword">val </span><span class="identifier">manufacturer</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/model.html b/api1/pl.treksoft.kvision.cordova/-device/model.html new file mode 100644 index 00000000..69b4637e --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/model.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.model - 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">Device</a> / <a href="./model.html">model</a><br/> +<br/> +<h1>model</h1> +<a name="pl.treksoft.kvision.cordova.Device$model"></a> +<code><span class="keyword">val </span><span class="identifier">model</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/platform.html b/api1/pl.treksoft.kvision.cordova/-device/platform.html new file mode 100644 index 00000000..38fb59f2 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/platform.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.platform - 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">Device</a> / <a href="./platform.html">platform</a><br/> +<br/> +<h1>platform</h1> +<a name="pl.treksoft.kvision.cordova.Device$platform"></a> +<code><span class="keyword">val </span><span class="identifier">platform</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/serial.html b/api1/pl.treksoft.kvision.cordova/-device/serial.html new file mode 100644 index 00000000..59ba4927 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/serial.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.serial - 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">Device</a> / <a href="./serial.html">serial</a><br/> +<br/> +<h1>serial</h1> +<a name="pl.treksoft.kvision.cordova.Device$serial"></a> +<code><span class="keyword">val </span><span class="identifier">serial</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/uuid.html b/api1/pl.treksoft.kvision.cordova/-device/uuid.html new file mode 100644 index 00000000..5e8ec286 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/uuid.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.uuid - 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">Device</a> / <a href="./uuid.html">uuid</a><br/> +<br/> +<h1>uuid</h1> +<a name="pl.treksoft.kvision.cordova.Device$uuid"></a> +<code><span class="keyword">val </span><span class="identifier">uuid</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-device/version.html b/api1/pl.treksoft.kvision.cordova/-device/version.html new file mode 100644 index 00000000..6b51f0bf --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-device/version.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Device.version - 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">Device</a> / <a href="./version.html">version</a><br/> +<br/> +<h1>version</h1> +<a name="pl.treksoft.kvision.cordova.Device$version"></a> +<code><span class="keyword">val </span><span class="identifier">version</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> |