Batch Barcode List View Model
class BatchBarcodeListViewModel(dataMapper: FormattedBarcodeDataMapper?, barcodeScanningSession: BarcodeScanningSession, dispatchersProvider: IDispatchersProvider) : IBatchBarcodeListView.ViewModel, Router
ViewModel for BatchBarcodeListView.
Constructors
Link copied to clipboard
constructor(dataMapper: FormattedBarcodeDataMapper?, barcodeScanningSession: BarcodeScanningSession, dispatchersProvider: IDispatchersProvider)
Properties
Functions
Link copied to clipboard
User wants to clear the list of items.
Link copied to clipboard
User wants to delete scanned item.
Link copied to clipboard
User closed the details screen.
Link copied to clipboard
User opened the details screen.
Link copied to clipboard
When user clicked on a specific barcode on the Barcode selection overlay
Link copied to clipboard
Triggered when the signal to finish was received from outside.
Link copied to clipboard
Set the instance of IBarcodeFilter
implementation to filter accepted scanned barcodes
Link copied to clipboard
Enables or disables barcode selection overlay layer
Link copied to clipboard
User wants to finish the flow.