Package-level declarations

Types

Link copied to clipboard
data class BarcodeFormattedData(val title: String, val subtitle: String) : Parcelable

Encapsulates the formatted data encoded in barcode

Link copied to clipboard
class BarcodeMappedResult(val barcodeItem: BarcodeItem, val formattedData: BarcodeFormattedData? = null) : Parcelable

Represents a result of barcode mapping.

Link copied to clipboard
class BarcodeScannerResult(val barcodeItems: List<BarcodeMappedResult>, val timestamp: Long = System.currentTimeMillis()) : Parcelable

Encapsulates the result of decoding BarcodeItems within an image.

Link copied to clipboard

Allows to decode additional fields encoded in barcode