public class BatchBarcodeListPresenter
Presenter for class BatchBarcodeListView
class BatchBarcodeListView@Inject
public BatchBarcodeListPresenter(@NotNull
io.scanbot.sdk.ui.utils.navigator.Navigator navigator,
@Nullable
io.scanbot.sdk.barcode.entity.FormattedBarcodeDataMapper dataMapper,
@NotNull
BarcodeScanningSession barcodeScanningSession,
@NotNull
io.reactivex.Scheduler backgroundTaskScheduler)
Presenter for class BatchBarcodeListView
class BatchBarcodeListViewpublic void resume(@NotNull
IBatchBarcodeListView view)
public void pause()
public void submitButtonClick()
User wants to finish the flow
public void deleteScannedBarcode(@NotNull
io.scanbot.sdk.barcode.entity.BarcodeItem barcodeItem)
User wants to delete scanned item
public void clearClick()
User wants to clear the list of items
public void detailsOpened()
User opened the details screen
public void detailsClosed()
User closed the details screen