ScanResult

data class ScanResult(val scanValue: String, val type: ScanType)

Represents a scan result from the HyperView barcode/QR scanner

Constructors

Link copied to clipboard
fun ScanResult(scanValue: String, type: ScanType)

Properties

Link copied to clipboard
val scanValue: String

The value of the code (e.g. number or URL)

Link copied to clipboard
val type: ScanType

The ScanType of barcode scanned