BarcodeData

data class BarcodeData(val stringData: String, val rawData: ByteArray, val barcodeType: BarcodeType, val uncertain: Boolean)

Represents the raw, unparsed data extracted from a scanned barcode.

Constructors

Link copied to clipboard
constructor(stringData: String, rawData: ByteArray, barcodeType: BarcodeType, uncertain: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the scanned barcode.

Link copied to clipboard

Raw bytes of the barcode content.

Link copied to clipboard

String representation of the barcode content.

Link copied to clipboard

Whether the barcode data is uncertain, i.e. if scanned barcode was incomplete or has parts of it missing.