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 --- .../-camera/-camera-popover-options/-init-.html | 15 +++ .../-camera/-camera-popover-options/arrow-dir.html | 14 +++ .../-camera/-camera-popover-options/height.html | 14 +++ .../-camera/-camera-popover-options/index.html | 82 +++++++++++++ .../-camera-popover-options/popover-height.html | 14 +++ .../-camera-popover-options/popover-width.html | 14 +++ .../-camera/-camera-popover-options/width.html | 14 +++ .../-camera/-camera-popover-options/x.html | 14 +++ .../-camera/-camera-popover-options/y.html | 14 +++ .../-camera/-destination-type/-d-a-t-a_-u-r-l.html | 14 +++ .../-camera/-destination-type/-f-i-l-e_-u-r-i.html | 14 +++ .../-destination-type/-n-a-t-i-v-e_-u-r-i.html | 14 +++ .../-camera/-destination-type/index.html | 40 +++++++ .../-camera/-direction/-b-a-c-k.html | 14 +++ .../-camera/-direction/-f-r-o-n-t.html | 14 +++ .../-camera/-direction/index.html | 33 ++++++ .../-camera/-encoding-type/-j-p-e-g.html | 14 +++ .../-camera/-encoding-type/-p-n-g.html | 14 +++ .../-camera/-encoding-type/index.html | 33 ++++++ .../-camera/-media-type/-a-l-l-m-e-d-i-a.html | 14 +++ .../-camera/-media-type/-p-i-c-t-u-r-e.html | 14 +++ .../-camera/-media-type/-v-i-d-e-o.html | 14 +++ .../-camera/-media-type/index.html | 40 +++++++ .../-camera/-picture-source-type/-c-a-m-e-r-a.html | 14 +++ .../-p-h-o-t-o-l-i-b-r-a-r-y.html | 14 +++ .../-s-a-v-e-d-p-h-o-t-o-a-l-b-u-m.html | 14 +++ .../-camera/-picture-source-type/index.html | 40 +++++++ .../-a-r-r-o-w_-a-n-y.html | 14 +++ .../-a-r-r-o-w_-d-o-w-n.html | 14 +++ .../-a-r-r-o-w_-l-e-f-t.html | 14 +++ .../-a-r-r-o-w_-r-i-g-h-t.html | 14 +++ .../-popover-arrow-direction/-a-r-r-o-w_-u-p.html | 14 +++ .../-camera/-popover-arrow-direction/index.html | 54 +++++++++ .../-camera/add-camera-result-callback.html | 19 +++ .../-camera/cleanup.html | 18 +++ .../-camera/get-picture.html | 30 +++++ api/pl.treksoft.kvision.cordova/-camera/index.html | 131 +++++++++++++++++++++ 37 files changed, 885 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/-init-.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/arrow-dir.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/height.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/popover-height.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/popover-width.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/width.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/x.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/y.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-destination-type/-d-a-t-a_-u-r-l.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-destination-type/-f-i-l-e_-u-r-i.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-destination-type/-n-a-t-i-v-e_-u-r-i.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-destination-type/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-direction/-b-a-c-k.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-direction/-f-r-o-n-t.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-direction/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-encoding-type/-j-p-e-g.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-encoding-type/-p-n-g.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-encoding-type/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-media-type/-a-l-l-m-e-d-i-a.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-media-type/-p-i-c-t-u-r-e.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-media-type/-v-i-d-e-o.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-media-type/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-c-a-m-e-r-a.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-p-h-o-t-o-l-i-b-r-a-r-y.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-s-a-v-e-d-p-h-o-t-o-a-l-b-u-m.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-a-n-y.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-d-o-w-n.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-l-e-f-t.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-r-i-g-h-t.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-u-p.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/add-camera-result-callback.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/cleanup.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/get-picture.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera/index.html (limited to 'api/pl.treksoft.kvision.cordova/-camera') diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/-init-.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/-init-.html new file mode 100644 index 00000000..1c155700 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/-init-.html @@ -0,0 +1,15 @@ + + + +Camera.CameraPopoverOptions.<init> - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions / <init>
+
+

<init>

+ +CameraPopoverOptions(x: Int, y: Int, width: Int, height: Int, arrowDir: Camera.PopoverArrowDirection, popoverWidth: Int, popoverHeight: Int) +

iOS popover options.

+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/arrow-dir.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/arrow-dir.html new file mode 100644 index 00000000..02ea1c96 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/arrow-dir.html @@ -0,0 +1,14 @@ + + + +Camera.CameraPopoverOptions.arrowDir - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions / arrowDir
+
+

arrowDir

+ +val arrowDir: Camera.PopoverArrowDirection + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/height.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/height.html new file mode 100644 index 00000000..a9165974 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/height.html @@ -0,0 +1,14 @@ + + + +Camera.CameraPopoverOptions.height - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions / height
+
+

height

+ +val height: Int + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/index.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/index.html new file mode 100644 index 00000000..1621f7ce --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/index.html @@ -0,0 +1,82 @@ + + + +Camera.CameraPopoverOptions - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions
+
+

CameraPopoverOptions

+data class CameraPopoverOptions +

iOS popover options.

+

Constructors

+ + + + + + + +
+

<init>

+
+CameraPopoverOptions(x: Int, y: Int, width: Int, height: Int, arrowDir: Camera.PopoverArrowDirection, popoverWidth: Int, popoverHeight: Int) +

iOS popover options.

+
+

Properties

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

arrowDir

+
+val arrowDir: Camera.PopoverArrowDirection
+

height

+
+val height: Int
+

popoverHeight

+
+val popoverHeight: Int
+

popoverWidth

+
+val popoverWidth: Int
+

width

+
+val width: Int
+

x

+
+val x: Int
+

y

+
+val y: Int
+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/popover-height.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/popover-height.html new file mode 100644 index 00000000..780b4f09 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/popover-height.html @@ -0,0 +1,14 @@ + + + +Camera.CameraPopoverOptions.popoverHeight - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions / popoverHeight
+
+

popoverHeight

+ +val popoverHeight: Int + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/popover-width.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/popover-width.html new file mode 100644 index 00000000..52918b23 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/popover-width.html @@ -0,0 +1,14 @@ + + + +Camera.CameraPopoverOptions.popoverWidth - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions / popoverWidth
+
+

popoverWidth

+ +val popoverWidth: Int + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/width.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/width.html new file mode 100644 index 00000000..fcf40900 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/width.html @@ -0,0 +1,14 @@ + + + +Camera.CameraPopoverOptions.width - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions / width
+
+

width

+ +val width: Int + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/x.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/x.html new file mode 100644 index 00000000..f34d0ccc --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/x.html @@ -0,0 +1,14 @@ + + + +Camera.CameraPopoverOptions.x - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions / x
+
+

x

+ +val x: Int + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/y.html b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/y.html new file mode 100644 index 00000000..da8e0e11 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-camera-popover-options/y.html @@ -0,0 +1,14 @@ + + + +Camera.CameraPopoverOptions.y - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions / y
+
+

y

+ +val y: Int + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-d-a-t-a_-u-r-l.html b/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-d-a-t-a_-u-r-l.html new file mode 100644 index 00000000..b18e40f6 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-d-a-t-a_-u-r-l.html @@ -0,0 +1,14 @@ + + + +Camera.DestinationType.DATA_URL - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / DestinationType / DATA_URL
+
+

DATA_URL

+ +DATA_URL + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-f-i-l-e_-u-r-i.html b/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-f-i-l-e_-u-r-i.html new file mode 100644 index 00000000..a55d48d1 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-f-i-l-e_-u-r-i.html @@ -0,0 +1,14 @@ + + + +Camera.DestinationType.FILE_URI - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / DestinationType / FILE_URI
+
+

FILE_URI

+ +FILE_URI + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-n-a-t-i-v-e_-u-r-i.html b/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-n-a-t-i-v-e_-u-r-i.html new file mode 100644 index 00000000..b82f0511 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-destination-type/-n-a-t-i-v-e_-u-r-i.html @@ -0,0 +1,14 @@ + + + +Camera.DestinationType.NATIVE_URI - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / DestinationType / NATIVE_URI
+
+

NATIVE_URI

+ +NATIVE_URI + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-destination-type/index.html b/api/pl.treksoft.kvision.cordova/-camera/-destination-type/index.html new file mode 100644 index 00000000..9666c7ef --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-destination-type/index.html @@ -0,0 +1,40 @@ + + + +Camera.DestinationType - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / DestinationType
+
+

DestinationType

+enum class DestinationType +

Camera destination types.

+

Enum Values

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

DATA_URL

+
+
+

FILE_URI

+
+
+

NATIVE_URI

+
+
+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-direction/-b-a-c-k.html b/api/pl.treksoft.kvision.cordova/-camera/-direction/-b-a-c-k.html new file mode 100644 index 00000000..e9acab58 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-direction/-b-a-c-k.html @@ -0,0 +1,14 @@ + + + +Camera.Direction.BACK - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / Direction / BACK
+
+

BACK

+ +BACK + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-direction/-f-r-o-n-t.html b/api/pl.treksoft.kvision.cordova/-camera/-direction/-f-r-o-n-t.html new file mode 100644 index 00000000..066fef28 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-direction/-f-r-o-n-t.html @@ -0,0 +1,14 @@ + + + +Camera.Direction.FRONT - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / Direction / FRONT
+
+

FRONT

+ +FRONT + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-direction/index.html b/api/pl.treksoft.kvision.cordova/-camera/-direction/index.html new file mode 100644 index 00000000..8d6e0944 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-direction/index.html @@ -0,0 +1,33 @@ + + + +Camera.Direction - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / Direction
+
+

Direction

+enum class Direction +

Camera facing types.

+

Enum Values

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

BACK

+
+
+

FRONT

+
+
+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/-j-p-e-g.html b/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/-j-p-e-g.html new file mode 100644 index 00000000..6132c3a7 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/-j-p-e-g.html @@ -0,0 +1,14 @@ + + + +Camera.EncodingType.JPEG - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / EncodingType / JPEG
+
+

JPEG

+ +JPEG + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/-p-n-g.html b/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/-p-n-g.html new file mode 100644 index 00000000..e06544d8 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/-p-n-g.html @@ -0,0 +1,14 @@ + + + +Camera.EncodingType.PNG - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / EncodingType / PNG
+
+

PNG

+ +PNG + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/index.html b/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/index.html new file mode 100644 index 00000000..853ac5b8 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-encoding-type/index.html @@ -0,0 +1,33 @@ + + + +Camera.EncodingType - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / EncodingType
+
+

EncodingType

+enum class EncodingType +

Picture encoding types.

+

Enum Values

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

JPEG

+
+
+

PNG

+
+
+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-media-type/-a-l-l-m-e-d-i-a.html b/api/pl.treksoft.kvision.cordova/-camera/-media-type/-a-l-l-m-e-d-i-a.html new file mode 100644 index 00000000..693c4f62 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-media-type/-a-l-l-m-e-d-i-a.html @@ -0,0 +1,14 @@ + + + +Camera.MediaType.ALLMEDIA - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / MediaType / ALLMEDIA
+
+

ALLMEDIA

+ +ALLMEDIA + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-media-type/-p-i-c-t-u-r-e.html b/api/pl.treksoft.kvision.cordova/-camera/-media-type/-p-i-c-t-u-r-e.html new file mode 100644 index 00000000..7e35dd6d --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-media-type/-p-i-c-t-u-r-e.html @@ -0,0 +1,14 @@ + + + +Camera.MediaType.PICTURE - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / MediaType / PICTURE
+
+

PICTURE

+ +PICTURE + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-media-type/-v-i-d-e-o.html b/api/pl.treksoft.kvision.cordova/-camera/-media-type/-v-i-d-e-o.html new file mode 100644 index 00000000..0406bad9 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-media-type/-v-i-d-e-o.html @@ -0,0 +1,14 @@ + + + +Camera.MediaType.VIDEO - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / MediaType / VIDEO
+
+

VIDEO

+ +VIDEO + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-media-type/index.html b/api/pl.treksoft.kvision.cordova/-camera/-media-type/index.html new file mode 100644 index 00000000..18fd7de0 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-media-type/index.html @@ -0,0 +1,40 @@ + + + +Camera.MediaType - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / MediaType
+
+

MediaType

+enum class MediaType +

Picture/video media types.

+

Enum Values

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

PICTURE

+
+
+

VIDEO

+
+
+

ALLMEDIA

+
+
+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-c-a-m-e-r-a.html b/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-c-a-m-e-r-a.html new file mode 100644 index 00000000..f9ab3ce2 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-c-a-m-e-r-a.html @@ -0,0 +1,14 @@ + + + +Camera.PictureSourceType.CAMERA - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PictureSourceType / CAMERA
+
+

CAMERA

+ +CAMERA + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-p-h-o-t-o-l-i-b-r-a-r-y.html b/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-p-h-o-t-o-l-i-b-r-a-r-y.html new file mode 100644 index 00000000..1c45ddac --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-p-h-o-t-o-l-i-b-r-a-r-y.html @@ -0,0 +1,14 @@ + + + +Camera.PictureSourceType.PHOTOLIBRARY - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PictureSourceType / PHOTOLIBRARY
+
+

PHOTOLIBRARY

+ +PHOTOLIBRARY + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-s-a-v-e-d-p-h-o-t-o-a-l-b-u-m.html b/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-s-a-v-e-d-p-h-o-t-o-a-l-b-u-m.html new file mode 100644 index 00000000..96051ee4 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/-s-a-v-e-d-p-h-o-t-o-a-l-b-u-m.html @@ -0,0 +1,14 @@ + + + +Camera.PictureSourceType.SAVEDPHOTOALBUM - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PictureSourceType / SAVEDPHOTOALBUM
+
+

SAVEDPHOTOALBUM

+ +SAVEDPHOTOALBUM + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/index.html b/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/index.html new file mode 100644 index 00000000..0a853418 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-picture-source-type/index.html @@ -0,0 +1,40 @@ + + + +Camera.PictureSourceType - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PictureSourceType
+
+

PictureSourceType

+enum class PictureSourceType +

Camera picture/video sources.

+

Enum Values

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

PHOTOLIBRARY

+
+
+

CAMERA

+
+
+

SAVEDPHOTOALBUM

+
+
+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-a-n-y.html b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-a-n-y.html new file mode 100644 index 00000000..90830224 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-a-n-y.html @@ -0,0 +1,14 @@ + + + +Camera.PopoverArrowDirection.ARROW_ANY - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PopoverArrowDirection / ARROW_ANY
+
+

ARROW_ANY

+ +ARROW_ANY + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-d-o-w-n.html b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-d-o-w-n.html new file mode 100644 index 00000000..66185797 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-d-o-w-n.html @@ -0,0 +1,14 @@ + + + +Camera.PopoverArrowDirection.ARROW_DOWN - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PopoverArrowDirection / ARROW_DOWN
+
+

ARROW_DOWN

+ +ARROW_DOWN + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-l-e-f-t.html b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-l-e-f-t.html new file mode 100644 index 00000000..ace82577 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-l-e-f-t.html @@ -0,0 +1,14 @@ + + + +Camera.PopoverArrowDirection.ARROW_LEFT - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PopoverArrowDirection / ARROW_LEFT
+
+

ARROW_LEFT

+ +ARROW_LEFT + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-r-i-g-h-t.html b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-r-i-g-h-t.html new file mode 100644 index 00000000..e7106bc1 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-r-i-g-h-t.html @@ -0,0 +1,14 @@ + + + +Camera.PopoverArrowDirection.ARROW_RIGHT - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PopoverArrowDirection / ARROW_RIGHT
+
+

ARROW_RIGHT

+ +ARROW_RIGHT + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-u-p.html b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-u-p.html new file mode 100644 index 00000000..0b695819 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/-a-r-r-o-w_-u-p.html @@ -0,0 +1,14 @@ + + + +Camera.PopoverArrowDirection.ARROW_UP - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PopoverArrowDirection / ARROW_UP
+
+

ARROW_UP

+ +ARROW_UP + + diff --git a/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/index.html b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/index.html new file mode 100644 index 00000000..9a6e717c --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/-popover-arrow-direction/index.html @@ -0,0 +1,54 @@ + + + +Camera.PopoverArrowDirection - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / PopoverArrowDirection
+
+

PopoverArrowDirection

+enum class PopoverArrowDirection +

iOS popover arrow directions.

+

Enum Values

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

ARROW_UP

+
+
+

ARROW_DOWN

+
+
+

ARROW_LEFT

+
+
+

ARROW_RIGHT

+
+
+

ARROW_ANY

+
+
+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/add-camera-result-callback.html b/api/pl.treksoft.kvision.cordova/-camera/add-camera-result-callback.html new file mode 100644 index 00000000..7a376463 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/add-camera-result-callback.html @@ -0,0 +1,19 @@ + + + +Camera.addCameraResultCallback - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / addCameraResultCallback
+
+

addCameraResultCallback

+ +fun addCameraResultCallback(resultCallback: (Result<String, CameraException>) -> Unit): Unit +

An Android specific function to get picture from the camera after resume when the application +webview intent is killed.

+

Parameters

+

+resultCallback - a callback function to get the Result, containing the picture or the exception

+ + 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.

+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/get-picture.html b/api/pl.treksoft.kvision.cordova/-camera/get-picture.html new file mode 100644 index 00000000..b1ccfa11 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/get-picture.html @@ -0,0 +1,30 @@ + + + +Camera.getPicture - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera / getPicture
+
+

getPicture

+ +suspend fun getPicture(options: CameraOptions): Result<String, CameraException> +

Suspending function to get picture from the camera.

+

Note: On Android platform you must also use addCameraResultCallback listener.

+

Parameters

+

+options - camera options

+

Return
+a Result class containing the picture or the exception

+ +fun getPicture(options: CameraOptions, resultCallback: (Result<String, CameraException>) -> Unit): Unit +

A function to get picture from the camera.

+

Note: On Android platform you must also use addCameraResultCallback listener.

+

Parameters

+

+options - camera options

+

+resultCallback - a callback function to get the Result, containing the picture or the exception

+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera/index.html b/api/pl.treksoft.kvision.cordova/-camera/index.html new file mode 100644 index 00000000..6114ed55 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera/index.html @@ -0,0 +1,131 @@ + + + +Camera - kvision + + + +kvision / pl.treksoft.kvision.cordova / Camera
+
+

Camera

+object Camera +

Main object for Cordova camera.

+

Types

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

CameraPopoverOptions

+
+data class CameraPopoverOptions +

iOS popover options.

+
+

DestinationType

+
+enum class DestinationType +

Camera destination types.

+
+

Direction

+
+enum class Direction +

Camera facing types.

+
+

EncodingType

+
+enum class EncodingType +

Picture encoding types.

+
+

MediaType

+
+enum class MediaType +

Picture/video media types.

+
+

PictureSourceType

+
+enum class PictureSourceType +

Camera picture/video sources.

+
+

PopoverArrowDirection

+
+enum class PopoverArrowDirection +

iOS popover arrow directions.

+
+

Functions

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

addCameraResultCallback

+
+fun addCameraResultCallback(resultCallback: (Result<String, CameraException>) -> Unit): Unit +

An Android specific function to get picture from the camera after resume when the application +webview intent is killed.

+
+

cleanup

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

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

+
+

getPicture

+
+suspend fun getPicture(options: CameraOptions): Result<String,&nb