Barcode Pick View Highlight Style Async Provider

Defined in framework ScanditBarcodeCapture

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickViewHighlightStyleDelegate
protocol BarcodePickViewHighlightStyleDelegate : NSObjectProtocol

Added in version 6.22.0

A delegate to be provided to a BarcodePickViewHighlightStyle object that supports it. This delegate allows to retrieve asynchronously the style to be applied to a highlight.

style
open func style(for request: BarcodePickHighlightStyleRequest, completionHandler: @escaping @Sendable (BarcodePickViewHighlightStyleResponse?) -> Void) -> Void

Added in version 6.22.0

This method will be called every time a style for an item is needed.

style
open func style(for request: BarcodePickHighlightStyleRequest) async -> BarcodePickViewHighlightStyleResponse?

Added in version 6.22.0

This method will be called every time a style for an item is needed.