Barcode Pick View Highlight Style Custom View Provider
Defined in package com.scandit.datacapture.barcode.pick.ui
- BarcodePickViewHighlightStyleCustomViewProvider
interface BarcodePickViewHighlightStyleCustomViewProviderAdded in version 6.23.0
An object that will provide the views to the CustomView style.
- customViewForRequest(request, callback)
voidcustomViewForRequest(@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.