Note
The Barcode Count status mode API is still in beta and may change in future versions of Scandit Data Capture SDK.
Barcode Count Status Provider
Defined in framework ScanditBarcodeCapture
- SDCBarcodeCountStatusProvider
@protocol SDCBarcodeCountStatusProvider <NSObject>
Added in version 6.17.0
When enabling status mode, an instance of this protocol must be provided.
- - statusRequestedForBarcodes:callback:
- (
void
)statusRequestedForBarcodes:(NSArray<SDCTrackedBarcode *> *)barcodes callback:(SDCBarcodeCountStatusProviderCallback *)callbackAdded in version 6.17.0
This method will be called when the status for a group of barcodes is required. The implementation must call the callback to provide the status list.