Target Barcode
Defined in package com.scandit.datacapture.barcode.count
-
TargetBarcode
class TargetBarcode
Added in version 8.6.0
-
create(data, quantity)
fun TargetBarcode.create(data: String,
quantity: Int): TargetBarcodeAdded in version 8.6.0
-
data
val data: String
Added in version 8.6.0
The data of the target barcode, as a sequence of characters.
-
quantity
val quantity: Int
Added in version 8.6.0
The number of times that the target barcode is expected to be scanned.