ShipmentListViewModel

class ShipmentListViewModel @Inject constructor(shipmentRepository: ShipmentRepository, shipmentRepositoryDao: ShipmentRepositoryDao) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(shipmentRepository: ShipmentRepository, shipmentRepositoryDao: ShipmentRepositoryDao)

Functions

Link copied to clipboard
Link copied to clipboard
fun addItem(shipmentItems: ShipmentNetwork)
Link copied to clipboard
fun addItems(shipmentItems: ShipmentsResponse)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun updateShipment(shipmentItem: ShipmentNetwork)