Barcode Pick View Highlight Style Async Provider
Defined in framework ScanditBarcodeCapture
- 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) ->VoidAdded 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.