Barcode Pick Action Listener

Defined in namespace Scandit.DataCapture.Barcode.Pick.Capture

IBarcodePickActionListener
interface IBarcodePickActionListener

Added in version 6.24.0

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

OnPick()
void OnPick(string itemData, BarcodePickActionCallback @callback)

Added in version 6.24.0

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

OnUnpick()
void OnUnpick(string itemData, BarcodePickActionCallback @callback)

Added in version 6.24.0

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