Barcode Ar Annotation Provider

Defined in framework ScanditBarcodeCapture

SDCBarcodeArAnnotationProvider
@protocol SDCBarcodeArAnnotationProvider <NSObject>

Added in version 7.1.0

An object used to retrieve the annotations for scanned barcodes.

- annotationForBarcode:completionHandler:
- (void)annotationForBarcode:(nonnull SDCBarcode *)barcode
           completionHandler:(nonnull void (^)(UIView<SDCBarcodeArAnnotation> *_Nullable))completionHandler

Added in version 7.1.0

Asks the provider for an annotation to display for the given barcode. If nil is provided, no annotation will be shown. This method is called on the main thread, and completionHandler must be invoked on the main thread.