Barcode Pick Product

Defined in framework ScanditBarcodeCapture

Note

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

BarcodePickProduct
open class BarcodePickProduct : NSObject

Added in version 6.19.0

Represents a product to be picked.

init
convenience init(identifier: String, quantityToPick: Int)

Added in version 6.19.0

Constructs a BarcodePickProduct.

  • identifier The unique identifier for this product.

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

identifier
open var identifier: String { get }

Added in version 6.19.0

The unique identifier for this product.

quantityToPick
open var quantityToPick: Int { get }

Added in version 6.19.0

How many of this product need to be picked.