Barcode Pick View Highlight Style Custom View Provider

Defined in package com.scandit.datacapture.barcode.pick.ui

BarcodePickViewHighlightStyleCustomViewProvider
interface BarcodePickViewHighlightStyleCustomViewProvider

Added in version 6.23.0

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

customViewForRequest(request, callback)
fun customViewForRequest(request: BarcodePickViewHighlightStyleRequest,
        callback: BarcodePickViewHighlightStyleCustomViewAsyncCallback)

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.