TicketBarcode
data class TicketBarcode(val payload: String, val symbology: TicketBarcodeFormat = TicketBarcodeFormat.QR_CODE, val encoding: String? = null, val altText: String? = null, val rotating: Boolean = false) : Parcelable
One barcode on a ticket (solidshare:Barcode). A pass may carry several.
Entirely modelled with minted terms: schema:Barcode is an image class with no payload or symbology property, and schema.org has no symbology term at all.
Constructors
Link copied to clipboard
constructor(payload: String, symbology: TicketBarcodeFormat = TicketBarcodeFormat.QR_CODE, encoding: String? = null, altText: String? = null, rotating: Boolean = false)