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