Barcode Item View Binder
    interface BarcodeItemViewBinder
Interface for the binding a BarcodeItem to a view created by BarcodeItemViewFactory
Functions
Link copied to clipboard
                  abstract fun bindView(view: View, barcodeItem: BarcodeItem, style: BarcodePolygonsView.BarcodeTextViewStyle, shouldHighlight: Boolean)
Implement this method to bind a view to a barcode item
Link copied to clipboard
                  Default method for internal use