Package io.scanbot.sdk.ui.view.barcode
Class BarcodeNavigationEvents.BarcodesSelected
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui.utils.Event
public final class BarcodeNavigationEvents.BarcodesSelected extends BarcodeNavigationEvents
-
-
Field Summary
Fields Modifier and Type Field Description private final List<BarcodeItem>
selected
private final Boolean
automaticSelection
private final Long
delayAfterScanMs
-
Constructor Summary
Constructors Constructor Description BarcodeNavigationEvents.BarcodesSelected(List<BarcodeItem> selected, Boolean automaticSelection, Long delayAfterScanMs)
-
Method Summary
Modifier and Type Method Description final List<BarcodeItem>
getSelected()
final Boolean
getAutomaticSelection()
final Long
getDelayAfterScanMs()
-
-
Constructor Detail
-
BarcodeNavigationEvents.BarcodesSelected
BarcodeNavigationEvents.BarcodesSelected(List<BarcodeItem> selected, Boolean automaticSelection, Long delayAfterScanMs)
-
-
Method Detail
-
getSelected
final List<BarcodeItem> getSelected()
-
getAutomaticSelection
final Boolean getAutomaticSelection()
-
getDelayAfterScanMs
final Long getDelayAfterScanMs()
-
-
-
-