Package io.scanbot.sdk.ui.view.barcode
Class BarcodeNavigationEvents.BarcodeScanned
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui.utils.Event
public final class BarcodeNavigationEvents.BarcodeScanned extends BarcodeNavigationEvents
-
-
Field Summary
Fields Modifier and Type Field Description private final BarcodeScanningResult
result
private final String
barcodeImagePath
private final String
barcodePreviewFramePath
private final Long
delayAfterScanMs
-
Constructor Summary
Constructors Constructor Description BarcodeNavigationEvents.BarcodeScanned(BarcodeScanningResult result, String barcodeImagePath, String barcodePreviewFramePath, Long delayAfterScanMs)
-
Method Summary
Modifier and Type Method Description final BarcodeScanningResult
getResult()
final String
getBarcodeImagePath()
final String
getBarcodePreviewFramePath()
final Long
getDelayAfterScanMs()
-
-
Constructor Detail
-
BarcodeNavigationEvents.BarcodeScanned
BarcodeNavigationEvents.BarcodeScanned(BarcodeScanningResult result, String barcodeImagePath, String barcodePreviewFramePath, Long delayAfterScanMs)
-
-
Method Detail
-
getResult
final BarcodeScanningResult getResult()
-
getBarcodeImagePath
final String getBarcodeImagePath()
-
getBarcodePreviewFramePath
final String getBarcodePreviewFramePath()
-
getDelayAfterScanMs
final Long getDelayAfterScanMs()
-
-
-
-