Barcode Ar Highlight
Defined in framework ScanditBarcodeCapture
- SDCBarcodeArHighlight
@protocol SDCBarcodeArHighlight <NSObject>
Added in version 7.1.0
Common interface for Barcode Ar highlights. Highlights let the user identify the scanned barcode. They are shown on top of the respective barcode and are displayed as soon as the respective barcode is scanned. They are available in different shapes and have configurable styles. Currently, two types of highlights are supported: SDCBarcodeArCircleHighlight and SDCBarcodeArRectangleHighlight.
- - updateWithBarcodeLocation:
- (
void
)updateWithBarcodeLocation:(SDCQuadrilateral)locationAdded in version 7.3.0
Called to update the view with barcode location. Called from the main thread. This method should not be called directly, it will be invoked automatically when needed.