Barcode Pick View Highlight Style Custom View Provider

Defined in framework ScanditBarcodeCapture

Note

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

BarcodePickViewHighlightStyleCustomViewDelegate
protocol BarcodePickViewHighlightStyleCustomViewDelegate : NSObjectProtocol

Added in version 6.23.0

An object that will provide the views to the BarcodePickViewHighlightStyleCustomView style.

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

Added in version 6.23.0

This method will be called every time the view for an item is needed.

customView
open func customView(for request: BarcodePickHighlightStyleRequest) async -> BarcodePickHighlightCustomViewResponse?

Added in version 6.23.0

This method will be called every time the view for an item is needed.