Barcode Ar Highlight Provider

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

BarcodeArHighlightProvider
interface BarcodeArHighlightProvider

Added in version 7.1.0

An object used to retrieve the highlights for scanned barcodes.

highlightForBarcode(barcode, callback)
highlightForBarcode(barcode: Barcode,
        callback: (highlight: BarcodeArHighlight) => void): Promise<void>

Added in version 7.1.0

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