Barcode Pick Action Listener

Defined in library scandit_datacapture_barcode_pick

BarcodePickActionListener
abstract class BarcodePickActionListener

Added in version 6.22.0

Will be notified when an action is performed by the user.

didPick(itemData, callback)
void didPick(String itemData,
        BarcodePickActionCallback callback)

Added in version 6.22.0

This method will be called when the user taps on a code that is not picked.

didUnpick(itemData, callback)
void didUnpick(String itemData,
        BarcodePickActionCallback callback)

Added in version 6.22.0

This method will be called when the user taps on a code that is already picked.