Barcode Pick View Highlight Style Custom View Response
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.
- BarcodePickViewHighlightStyleCustomViewAsyncCallback
interface BarcodePickViewHighlightStyleCustomViewAsyncCallback
Added in version 6.23.0
A callback provided to a BarcodePickViewHighlightStyleCustomViewProvider, used to return asynchronously a custom view for the given item.
- onData(response)
void
onData(@Nullable BarcodePickViewHighlightStyleCustomViewResponse response)Added in version 6.23.0
This method should be invoked when the desired custom view for an item has been resolved. A null result will remove the overridden custom view for the item, meaning that no view will be shown.