BarcodeInfo

fun BarcodeInfo(id: Long, symbology: String, data: String, rawData: ByteArray?, currentPosition: BarcodePosition?)

Parameters

id

a unique id used to identify a barcode for a tracking session.

symbology

an enum or string type representing the type of the barcode data. all possible values are within BarcodeInfo.allSupportedBarcodeSymbology

data

String encoded barcode data.

rawData

a byte array containing raw barcode data.

currentPosition

a position data indicating the current relative location of the barcode from top left corner a frame.