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 --- .../-p-e-r-s-i-s-t-e-n-t.html | 14 +++++ .../-t-e-m-p-o-r-a-r-y.html | 14 +++++ .../-local-file-system-sync/index.html | 72 ++++++++++++++++++++++ .../request-file-system-sync.html | 14 +++++ .../resolve-local-file-system-sync-u-r-l.html | 14 +++++ .../webkit-request-file-system-sync.html | 14 +++++ 6 files changed, 142 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/-local-file-system-sync/-p-e-r-s-i-s-t-e-n-t.html create mode 100644 api/pl.treksoft.kvision.cordova/-local-file-system-sync/-t-e-m-p-o-r-a-r-y.html create mode 100644 api/pl.treksoft.kvision.cordova/-local-file-system-sync/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-local-file-system-sync/request-file-system-sync.html create mode 100644 api/pl.treksoft.kvision.cordova/-local-file-system-sync/resolve-local-file-system-sync-u-r-l.html create mode 100644 api/pl.treksoft.kvision.cordova/-local-file-system-sync/webkit-request-file-system-sync.html (limited to 'api/pl.treksoft.kvision.cordova/-local-file-system-sync') diff --git a/api/pl.treksoft.kvision.cordova/-local-file-system-sync/-p-e-r-s-i-s-t-e-n-t.html b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/-p-e-r-s-i-s-t-e-n-t.html new file mode 100644 index 00000000..7b255ec0 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/-p-e-r-s-i-s-t-e-n-t.html @@ -0,0 +1,14 @@ + + + +LocalFileSystemSync.PERSISTENT - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystemSync / PERSISTENT
+
+

PERSISTENT

+ +var PERSISTENT: Number + + diff --git a/api/pl.treksoft.kvision.cordova/-local-file-system-sync/-t-e-m-p-o-r-a-r-y.html b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/-t-e-m-p-o-r-a-r-y.html new file mode 100644 index 00000000..1c0a3a7d --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/-t-e-m-p-o-r-a-r-y.html @@ -0,0 +1,14 @@ + + + +LocalFileSystemSync.TEMPORARY - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystemSync / TEMPORARY
+
+

TEMPORARY

+ +var TEMPORARY: Number + + diff --git a/api/pl.treksoft.kvision.cordova/-local-file-system-sync/index.html b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/index.html new file mode 100644 index 00000000..11706bdf --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/index.html @@ -0,0 +1,72 @@ + + + +LocalFileSystemSync - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystemSync
+
+

LocalFileSystemSync

+external object LocalFileSystemSync +

Properties

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

PERSISTENT

+
+var PERSISTENT: Number
+

TEMPORARY

+
+var TEMPORARY: Number
+

Functions

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

requestFileSystemSync

+
+fun requestFileSystemSync(type: Number, size: Number): FileSystemSync
+

resolveLocalFileSystemSyncURL

+
+fun resolveLocalFileSystemSyncURL(url: String): EntrySync
+

webkitRequestFileSystemSync

+
+fun webkitRequestFileSystemSync(type: Number, size: Number): FileSystemSync
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api/pl.treksoft.kvision.cordova/-local-file-system-sync/request-file-system-sync.html b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/request-file-system-sync.html new file mode 100644 index 00000000..97837f07 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/request-file-system-sync.html @@ -0,0 +1,14 @@ + + + +LocalFileSystemSync.requestFileSystemSync - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystemSync / requestFileSystemSync
+
+

requestFileSystemSync

+ +fun requestFileSystemSync(type: Number, size: Number): FileSystemSync + + diff --git a/api/pl.treksoft.kvision.cordova/-local-file-system-sync/resolve-local-file-system-sync-u-r-l.html b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/resolve-local-file-system-sync-u-r-l.html new file mode 100644 index 00000000..c93580c8 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/resolve-local-file-system-sync-u-r-l.html @@ -0,0 +1,14 @@ + + + +LocalFileSystemSync.resolveLocalFileSystemSyncURL - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystemSync / resolveLocalFileSystemSyncURL
+
+

resolveLocalFileSystemSyncURL

+ +fun resolveLocalFileSystemSyncURL(url: String): EntrySync + + diff --git a/api/pl.treksoft.kvision.cordova/-local-file-system-sync/webkit-request-file-system-sync.html b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/webkit-request-file-system-sync.html new file mode 100644 index 00000000..79d2d6d9 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system-sync/webkit-request-file-system-sync.html @@ -0,0 +1,14 @@ + + + +LocalFileSystemSync.webkitRequestFileSystemSync - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystemSync / webkitRequestFileSystemSync
+
+

webkitRequestFileSystemSync

+ +fun webkitRequestFileSystemSync(type: Number, size: Number): FileSystemSync + + -- cgit