VinScannerUiResult

data class VinScannerUiResult(val textResult: TextPatternScannerResult, val barcodeResult: VinBarcodeResult) : Parcelable

Configuration of the generic text scanner RTU UI result.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(textResult: TextPatternScannerResult, barcodeResult: VinBarcodeResult)

Properties

Link copied to clipboard

Barcode result of the VIN scanner.

Link copied to clipboard

Text result of the VIN scanner.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject