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-options/-init-.html | 15 +++ .../-camera-options/allow-edit.html | 14 +++ .../-camera-options/camera-direction.html | 14 +++ .../-camera-options/correct-orientation.html | 14 +++ .../-camera-options/destination-type.html | 14 +++ .../-camera-options/encoding-type.html | 14 +++ .../-camera-options/index.html | 131 +++++++++++++++++++++ .../-camera-options/media-type.html | 14 +++ .../-camera-options/popover-options.html | 14 +++ .../-camera-options/quality.html | 14 +++ .../-camera-options/save-to-photo-album.html | 14 +++ .../-camera-options/source-type.html | 14 +++ .../-camera-options/target-height.html | 14 +++ .../-camera-options/target-width.html | 14 +++ 14 files changed, 314 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/-init-.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/allow-edit.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/camera-direction.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/correct-orientation.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/destination-type.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/encoding-type.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/index.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/media-type.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/popover-options.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/quality.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/save-to-photo-album.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/source-type.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/target-height.html create mode 100644 api/pl.treksoft.kvision.cordova/-camera-options/target-width.html (limited to 'api/pl.treksoft.kvision.cordova/-camera-options') diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/-init-.html b/api/pl.treksoft.kvision.cordova/-camera-options/-init-.html new file mode 100644 index 00000000..4674b51c --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/-init-.html @@ -0,0 +1,15 @@ + + + +CameraOptions.<init> - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / <init>
+
+

<init>

+ +CameraOptions(quality: Int? = null, destinationType: Camera.DestinationType? = null, sourceType: Camera.PictureSourceType? = null, allowEdit: Boolean? = null, encodingType: Camera.EncodingType? = null, targetWidth: Int? = null, targetHeight: Int? = null, mediaType: Camera.MediaType? = null, correctOrientation: Boolean? = null, saveToPhotoAlbum: Boolean? = null, popoverOptions: Camera.CameraPopoverOptions? = null, cameraDirection: Camera.Direction? = null) +

Camera options.

+ + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/allow-edit.html b/api/pl.treksoft.kvision.cordova/-camera-options/allow-edit.html new file mode 100644 index 00000000..c1d0bca2 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/allow-edit.html @@ -0,0 +1,14 @@ + + + +CameraOptions.allowEdit - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / allowEdit
+
+

allowEdit

+ +val allowEdit: Boolean? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/camera-direction.html b/api/pl.treksoft.kvision.cordova/-camera-options/camera-direction.html new file mode 100644 index 00000000..163bc3d8 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/camera-direction.html @@ -0,0 +1,14 @@ + + + +CameraOptions.cameraDirection - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / cameraDirection
+
+

cameraDirection

+ +val cameraDirection: Camera.Direction? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/correct-orientation.html b/api/pl.treksoft.kvision.cordova/-camera-options/correct-orientation.html new file mode 100644 index 00000000..70d141d7 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/correct-orientation.html @@ -0,0 +1,14 @@ + + + +CameraOptions.correctOrientation - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / correctOrientation
+
+

correctOrientation

+ +val correctOrientation: Boolean? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/destination-type.html b/api/pl.treksoft.kvision.cordova/-camera-options/destination-type.html new file mode 100644 index 00000000..3017cc5b --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/destination-type.html @@ -0,0 +1,14 @@ + + + +CameraOptions.destinationType - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / destinationType
+
+

destinationType

+ +val destinationType: Camera.DestinationType? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/encoding-type.html b/api/pl.treksoft.kvision.cordova/-camera-options/encoding-type.html new file mode 100644 index 00000000..8da8b002 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/encoding-type.html @@ -0,0 +1,14 @@ + + + +CameraOptions.encodingType - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / encodingType
+
+

encodingType

+ +val encodingType: Camera.EncodingType? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/index.html b/api/pl.treksoft.kvision.cordova/-camera-options/index.html new file mode 100644 index 00000000..8f0fd86a --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/index.html @@ -0,0 +1,131 @@ + + + +CameraOptions - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions
+
+

CameraOptions

+data class CameraOptions +

Camera options.

+

Constructors

+ + + + + + + +
+

<init>

+
+CameraOptions(quality: Int? = null, destinationType: Camera.DestinationType? = null, sourceType: Camera.PictureSourceType? = null, allowEdit: Boolean? = null, encodingType: Camera.EncodingType? = null, targetWidth: Int? = null, targetHeight: Int? = null, mediaType: Camera.MediaType? = null, correctOrientation: Boolean? = null, saveToPhotoAlbum: Boolean? = null, popoverOptions: Camera.CameraPopoverOptions? = null, cameraDirection: Camera.Direction? = null) +

Camera options.

+
+

Properties

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

allowEdit

+
+val allowEdit: Boolean?
+

cameraDirection

+
+val cameraDirection: Camera.Direction?
+

correctOrientation

+
+val correctOrientation: Boolean?
+

destinationType

+
+val destinationType: Camera.DestinationType?
+

encodingType

+
+val encodingType: Camera.EncodingType?
+

mediaType

+
+val mediaType: Camera.MediaType?
+

popoverOptions

+
+val popoverOptions: Camera.CameraPopoverOptions?
+

quality

+
+val quality: Int?
+

saveToPhotoAlbum

+
+val saveToPhotoAlbum: Boolean?
+

sourceType

+
+val sourceType: Camera.PictureSourceType?
+

targetHeight

+
+val targetHeight: Int?
+

targetWidth

+
+val targetWidth: Int?
+

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/-camera-options/media-type.html b/api/pl.treksoft.kvision.cordova/-camera-options/media-type.html new file mode 100644 index 00000000..fd3cac4a --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/media-type.html @@ -0,0 +1,14 @@ + + + +CameraOptions.mediaType - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / mediaType
+
+

mediaType

+ +val mediaType: Camera.MediaType? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/popover-options.html b/api/pl.treksoft.kvision.cordova/-camera-options/popover-options.html new file mode 100644 index 00000000..0c214bf0 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/popover-options.html @@ -0,0 +1,14 @@ + + + +CameraOptions.popoverOptions - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / popoverOptions
+
+

popoverOptions

+ +val popoverOptions: Camera.CameraPopoverOptions? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/quality.html b/api/pl.treksoft.kvision.cordova/-camera-options/quality.html new file mode 100644 index 00000000..eb40ab60 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/quality.html @@ -0,0 +1,14 @@ + + + +CameraOptions.quality - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / quality
+
+

quality

+ +val quality: Int? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/save-to-photo-album.html b/api/pl.treksoft.kvision.cordova/-camera-options/save-to-photo-album.html new file mode 100644 index 00000000..e9a1e529 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/save-to-photo-album.html @@ -0,0 +1,14 @@ + + + +CameraOptions.saveToPhotoAlbum - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / saveToPhotoAlbum
+
+

saveToPhotoAlbum

+ +val saveToPhotoAlbum: Boolean? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/source-type.html b/api/pl.treksoft.kvision.cordova/-camera-options/source-type.html new file mode 100644 index 00000000..cb5d728c --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/source-type.html @@ -0,0 +1,14 @@ + + + +CameraOptions.sourceType - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / sourceType
+
+

sourceType

+ +val sourceType: Camera.PictureSourceType? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/target-height.html b/api/pl.treksoft.kvision.cordova/-camera-options/target-height.html new file mode 100644 index 00000000..b68d7c17 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/target-height.html @@ -0,0 +1,14 @@ + + + +CameraOptions.targetHeight - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / targetHeight
+
+

targetHeight

+ +val targetHeight: Int? + + diff --git a/api/pl.treksoft.kvision.cordova/-camera-options/target-width.html b/api/pl.treksoft.kvision.cordova/-camera-options/target-width.html new file mode 100644 index 00000000..1cdb034a --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-camera-options/target-width.html @@ -0,0 +1,14 @@ + + + +CameraOptions.targetWidth - kvision + + + +kvision / pl.treksoft.kvision.cordova / CameraOptions / targetWidth
+
+

targetWidth

+ +val targetWidth: Int? + + -- cgit