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

PERSISTENT

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

TEMPORARY

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

LocalFileSystem

+external object LocalFileSystem +

Properties

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

PERSISTENT

+
+var PERSISTENT: Number
+

TEMPORARY

+
+var TEMPORARY: Number
+

Functions

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

requestFileSystem

+
+fun requestFileSystem(type: Number, size: Number, successCallback: FileSystemCallback, errorCallback: ErrorCallback? = definedExternally): Unit
+

resolveLocalFileSystemURL

+
+fun resolveLocalFileSystemURL(url: String, successCallback: EntryCallback, errorCallback: ErrorCallback? = definedExternally): Unit
+

webkitRequestFileSystem

+
+fun webkitRequestFileSystem(type: Number, size: Number, successCallback: FileSystemCallback, errorCallback: ErrorCallback? = definedExternally): Unit
+

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/request-file-system.html b/api/pl.treksoft.kvision.cordova/-local-file-system/request-file-system.html new file mode 100644 index 00000000..f2554dc1 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system/request-file-system.html @@ -0,0 +1,14 @@ + + + +LocalFileSystem.requestFileSystem - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystem / requestFileSystem
+
+

requestFileSystem

+ +fun requestFileSystem(type: Number, size: Number, successCallback: FileSystemCallback, errorCallback: ErrorCallback? = definedExternally): Unit + + diff --git a/api/pl.treksoft.kvision.cordova/-local-file-system/resolve-local-file-system-u-r-l.html b/api/pl.treksoft.kvision.cordova/-local-file-system/resolve-local-file-system-u-r-l.html new file mode 100644 index 00000000..e769825b --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system/resolve-local-file-system-u-r-l.html @@ -0,0 +1,14 @@ + + + +LocalFileSystem.resolveLocalFileSystemURL - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystem / resolveLocalFileSystemURL
+
+

resolveLocalFileSystemURL

+ +fun resolveLocalFileSystemURL(url: String, successCallback: EntryCallback, errorCallback: ErrorCallback? = definedExternally): Unit + + diff --git a/api/pl.treksoft.kvision.cordova/-local-file-system/webkit-request-file-system.html b/api/pl.treksoft.kvision.cordova/-local-file-system/webkit-request-file-system.html new file mode 100644 index 00000000..36fdf358 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-local-file-system/webkit-request-file-system.html @@ -0,0 +1,14 @@ + + + +LocalFileSystem.webkitRequestFileSystem - kvision + + + +kvision / pl.treksoft.kvision.cordova / LocalFileSystem / webkitRequestFileSystem
+
+

webkitRequestFileSystem

+ +fun webkitRequestFileSystem(type: Number, size: Number, successCallback: FileSystemCallback, errorCallback: ErrorCallback? = definedExternally): Unit + + -- cgit