Barcode Pick View Listener

Defined in package com.scandit.datacapture.barcode.pick.ui

BarcodePickViewListener
interface BarcodePickViewListener

Added in version 6.20.0

onStarted(view)
void onStarted(@NonNull BarcodePickView view)

Added in version 6.20.0

Callback method invoked when the view starts scanning. Called from the main thread.

onFreezed(view)
void onFreezed(@NonNull BarcodePickView view)

Added in version 6.20.0

Callback method invoked the scanning is freezed. Called from the main thread.

onPaused(view)
void onPaused(@NonNull BarcodePickView view)

Added in version 6.20.0

Callback method invoked when the scanning is paused. Called from the main thread.

onStopped(view)
void onStopped(@NonNull BarcodePickView view)

Added in version 6.20.0

Callback method invoked when the scanning is stopped. Called from the main thread.