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.

SDCBarcodePickViewHighlightStyleCustomViewDelegate
@protocol SDCBarcodePickViewHighlightStyleCustomViewDelegate <NSObject>

Added in version 6.23.0

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

- customViewForRequest:completionHandler:
- (void)customViewForRequest:(nonnull SDCBarcodePickHighlightStyleRequest *)request
           completionHandler:(nonnull void (^)(SDCBarcodePickHighlightCustomViewResponse *_Nullable))completionHandler

Added in version 6.23.0

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