Barcode Pick Action Listener

Defined under the namespace Scandit.Datacapture.Barcode.Pick

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

BarcodePickActionListener
interface BarcodePickActionListener

Added in version 6.22.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.22.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.22.0

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