Barcode Check Annotation Provider
Defined in namespace Scandit.DataCapture.Barcode.Check.UI.Annotations
- IBarcodeCheckAnnotationProvider
interface IBarcodeCheckAnnotationProvider
Added in version 7.2.0
An object used to retrieve the annotations for scanned barcodes.
- AnnotationForBarcodeAsync()
Task<IBarcodeCheckAnnotation> 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.