Target Barcode

Defined in library scandit_datacapture_barcode_count

TargetBarcode
class TargetBarcode

Added in version 6.17.0

A barcode that’s part of a list of targets for BarcodeCountCaptureList.

TargetBarcode.create(data, quantity)
factory TargetBarcode.create(String data,
        int quantity)

Added in version 6.17.0

Constructs a new target barcode to be added to a BarcodeCountCaptureList.

data
String get data

Added in version 6.17.0

The data of the target barcode, as a sequence of characters.

quantity
int get quantity

Added in version 6.17.0

The number of times that the target barcode is expected to be scanned.