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/write.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/write.html (limited to 'api/pl.treksoft.kvision.cordova/write.html') diff --git a/api/pl.treksoft.kvision.cordova/write.html b/api/pl.treksoft.kvision.cordova/write.html new file mode 100644 index 00000000..5869064e --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/write.html @@ -0,0 +1,24 @@ + + + +write - kvision + + + +kvision / pl.treksoft.kvision.cordova / write
+
+

write

+ +suspend fun FileEntry.write(data: <ERROR CLASS>): Result<FileEntry, FileException> +

Write file content from a Blob.

+

Parameters

+

+data - a data Blob to be written.

+ +suspend fun FileEntry.write(data: String): Result<FileEntry, FileException> +

Write file content from a plain string.

+

Parameters

+

+data - a data string to be written.

+ + -- cgit