CargoPickupIntent

sealed class CargoPickupIntent

Represents the set of user or system actions that can be dispatched to trigger cargo pickup operations in the second view. Each subtype corresponds to a distinct operation that the view model can act on.

Inheritors

Types

Link copied to clipboard
data class LoadCargo(val cargoId: String) : CargoPickupIntent

Requests that previously stored cargo be retrieved from the Shuttle warehouse using the provided cargo identifier.