ExpectedBarcode

data class ExpectedBarcode(var barcodeValue: String, var title: String? = null, var image: String? = null, var count: Int = 1)

Configuration of the barcode to find and scan.

Constructors

Link copied to clipboard
constructor(barcodeValue: String, title: String? = null, image: String? = null, count: Int = 1)
constructor(source: Map<String, Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Value of the barcode to find. If not set, any barcode value will be accepted.

Link copied to clipboard
var count: Int

Number of barcodes with given symbology/value required to scan.

Link copied to clipboard

Image of the barcode to find.

Link copied to clipboard

Title of the barcode to find.

Functions

Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JsonObject
Link copied to clipboard
fun toJsonString(config: ToJsonConfiguration = ToJsonConfiguration.default()): String