Barcode Pick View Highlight Style Async Callback

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.

BarcodePickViewHighlightStyleAsyncCallback
interface BarcodePickViewHighlightStyleAsyncCallback

Added in version 6.22.0

A callback provided to a BarcodePickViewHighlightStyleAsyncProvider, used to return asynchronously a style for the given item.

onData(result)
void onData(@Nullable BarcodePickViewHighlightStyleResponse result)

Added in version 6.22.0

This method should be invoked when the desired style for an item has been resolved. A null result will remove the overridden style for the item, meaning that the style default will be applied.