BarcodeMappedData

data class BarcodeMappedData(var title: String, var subtitle: String, var barcodeImage: String)

Format of the mapped barcode data.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(title: String, subtitle: String, barcodeImage: String)

Properties

Link copied to clipboard

Image of the barcode.

Link copied to clipboard

Subtitle of the barcode.

Link copied to clipboard

Title of the barcode.

Functions

Link copied to clipboard
fun toJson(): JsonObject