CameraPopoverOptions

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

iOS popover options.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int, arrowDir: Camera.PopoverArrowDirection, popoverWidth: Int, popoverHeight: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int