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

cleanup

+ +fun cleanup(resultCallback: ((Result<String, CameraException>) -> Unit)? = null): Unit +

Removes intermediate image files that are kept in the temporary storage after calling getPicture.

+

Parameters

+

+resultCallback - an optional callback function to get the Result of the cleanup operation.

+ + -- cgit