Target Barcode

Defined in framework ScanditBarcodeCapture

TargetBarcode
open class TargetBarcode : NSObject

Added in version 6.15.0

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

init
init(data: String, quantity: Int)

Added in version 6.15.0

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

data
open var data: String { get }

Added in version 6.15.0

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

quantity
open var quantity: Int { get }

Added in version 6.15.0

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