Barcode Ar Annotation Provider
Defined in namespace Scandit.DataCapture.Barcode.Ar.UI.Annotations
- IBarcodeArAnnotationProvider
interface IBarcodeArAnnotationProvider
Added in version 7.2.0
An object used to retrieve the annotations for scanned barcodes.
- AnnotationForBarcodeAsync()
Task<IBarcodeArAnnotation> AnnotationForBarcodeAsync(Barcode barcode)
Added in version 7.2.0
Asks the provider for an annotation to display for the given barcode. If null is provided, no annotation will be shown. This method is called on the main thread.