Barcode Pick Action Callback

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

Note

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

BarcodePickActionCallback
class BarcodePickActionCallback : IDisposable

Added in version 6.26.0

Used by the user to confirm actions.

OnFinish()
void OnFinish(bool result)

Added in version 6.26.0

Invoke this method to provide the result of the action.

  • response If true the action is confirmed.