Package-level declarations

Types

Link copied to clipboard
data class BarcodeResult(val barcodes: List<BarcodeInfo>)

This data structure contains the scanned barcode info

Link copied to clipboard
data class EnvironmentData(val resolution: Size, val rotationValue: Int, var frameId: Long = 0)

This data structure contains the other engine/camera/environment info

Link copied to clipboard

This class would be the data object to configure the preview to work as developer's expectation