Barcode Check Highlight Provider
Defined in framework ScanditBarcodeCapture
- SDCBarcodeCheckHighlightProvider
@protocol SDCBarcodeCheckHighlightProvider <NSObject>
Added in version 7.1.0
An object used to retrieve the highlights for scanned barcodes.
- - highlightForBarcode:completionHandler:
- (
void
)highlightForBarcode:(nonnull SDCBarcode *)barcode completionHandler:(nonnull void (^)(UIView<SDCBarcodeCheckHighlight> *_Nullable))completionHandlerAdded in version 7.1.0
Asks the provider for a highlight to display for the given barcode. If nil is provided, no highlight will be shown. This method is called on the main thread, and completionHandler must be invoked on the main thread.