Barcode Ar Annotation Provider

Defined under the namespace Scandit.Datacapture.Barcode.Ar.Ui.Annotations

BarcodeArAnnotationProvider
interface BarcodeArAnnotationProvider

Added in version 7.1.0

An object used to retrieve the annotations for scanned barcodes.

annotationForBarcode(barcode)
annotationForBarcode(barcode: Barcode): Promise<BarcodeArAnnotation | null>

Added in version 7.1.0

Asks the provider for an annotation to display for the given barcode. If null is provided, no annotation will be shown.