Barcode Pick Product

Defined in library scandit_datacapture_barcode_pick

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickProduct
class BarcodePickProduct

Added in version 6.22.0

Represents a product to be picked.

BarcodePickProduct(identifier, quantityToPick)
 BarcodePickProduct(String identifier,
        int quantityToPick)

Added in version 6.22.0

Constructs a BarcodePickProduct.

  • identifier The unique identifier for this product.

  • quantityToPick How many of this product need to be picked.

identifier
String get identifier

Added in version 6.22.0

The unique identifier for this product.

quantityToPick
int get quantityToPick

Added in version 6.22.0

How many of this product need to be picked.