From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- api/pl.treksoft.kvision.cordova/-device/index.html | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/-device/index.html (limited to 'api/pl.treksoft.kvision.cordova/-device/index.html') diff --git a/api/pl.treksoft.kvision.cordova/-device/index.html b/api/pl.treksoft.kvision.cordova/-device/index.html new file mode 100644 index 00000000..174146d2 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-device/index.html @@ -0,0 +1,103 @@ + + + +Device - kvision + + + +kvision / pl.treksoft.kvision.cordova / Device
+
+

Device

+external class Device +

Device information class.

+

Constructors

+ + + + + + + +
+

<init>

+
+Device() +

Device information class.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

cordova

+
+val cordova: String
+

isVirtual

+
+val isVirtual: Boolean
+

manufacturer

+
+val manufacturer: String
+

model

+
+val model: String
+

platform

+
+val platform: String
+

serial

+
+val serial: String
+

uuid

+
+val uuid: String
+

version

+
+val version: String
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit