Barcode Pick View Highlight Style Custom View Provider
Defined in package com.scandit.datacapture.barcode.pick.ui
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- BarcodePickViewHighlightStyleCustomViewProvider
interface BarcodePickViewHighlightStyleCustomViewProvider
Added in version 6.23.0
An object that will provide the views to the CustomView style.
- customViewForRequest(request, callback)
void
customViewForRequest(@NonNull BarcodePickViewHighlightStyleRequest request, @NonNull BarcodePickViewHighlightStyleCustomViewAsyncCallback callback)Added in version 6.23.0
This method will be called every time the view for an item is needed. callback.onData should be invoked with the response once the view has been created.