Barcode Pick Action Listener

Defined under the namespace Scandit.Datacapture.Barcode.Pick

BarcodePickActionListener
interface BarcodePickActionListener

Added in version 6.19.0

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

didPickItem(data, callback)
didPickItem(data: string,
        callback: BarcodePickActionCallback): void

Added in version 6.19.0

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

didUnpickItem(data, callback)
didUnpickItem(data: string,
        callback: BarcodePickActionCallback): void

Added in version 6.19.0

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