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