Barcode Pick View Listener
Defined in namespace Scandit.DataCapture.Barcode.Pick.UI
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- IBarcodePickViewListener
interface IBarcodePickViewListener
Added in version 6.24.0
- OnStarted()
void
OnStarted(BarcodePickView view)Added in version 6.24.0
Callback method invoked when the view starts scanning. Called from the main thread.
- OnFreezed()
void
OnFreezed(BarcodePickView view)Added in version 6.24.0
Callback method invoked the scanning is freezed. Called from the main thread.
- OnPaused()
void
OnPaused(BarcodePickView view)Added in version 6.24.0
Callback method invoked when the scanning is paused. Called from the main thread.
- OnStopped()
void
OnStopped(BarcodePickView view)Added in version 6.24.0
Callback method invoked when the scanning is stopped. Called from the main thread.