BarcodeFormattedData

data class BarcodeFormattedData(val uuid: String, val title: String, val subtitle: String, val barcodeImage: String? = null, val barcodeImageBitmap: Bitmap? = null, val count: Int = 1, val expectedCount: Int = Int.MAX_VALUE, val isLoading: Boolean = false, val isError: Boolean = false, val barcodeItem: BarcodeItem? = null, val timestamp: Long? = null)

Constructors

Link copied to clipboard
constructor(uuid: String, title: String, subtitle: String, barcodeImage: String? = null, barcodeImageBitmap: Bitmap? = null, count: Int = 1, expectedCount: Int = Int.MAX_VALUE, isLoading: Boolean = false, isError: Boolean = false, barcodeItem: BarcodeItem? = null, timestamp: Long? = null)

Properties

Link copied to clipboard
val barcodeImage: String? = null

The image of the barcode.

Link copied to clipboard

The image of the barcode.

Link copied to clipboard
Link copied to clipboard
val count: Int = 1
Link copied to clipboard
Link copied to clipboard
val isError: Boolean = false
Link copied to clipboard
val isLoading: Boolean = false
Link copied to clipboard

The value of the barcode.

Link copied to clipboard
val timestamp: Long? = null
Link copied to clipboard

The title of the barcode.

Link copied to clipboard