kvision / pl.treksoft.kvision.cordova / Camera / CameraPopoverOptions

CameraPopoverOptions

(js) data class CameraPopoverOptions

iOS popover options.

Constructors

(js)

<init>

iOS popover options.

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

Properties

(js)

arrowDir

val arrowDir: PopoverArrowDirection
(js)

height

val height: Int
(js)

popoverHeight

val popoverHeight: Int
(js)

popoverWidth

val popoverWidth: Int
(js)

width

val width: Int
(js)

x

val x: Int
(js)

y

val y: Int