ParkingSlotUiState

data class ParkingSlotUiState(val parkingSlot: ParkingSlot?, val loading: Boolean)

The state of a screen displaying the details of a parking slot (parkingSlot).

Parameters

parkingSlot

the parking slot to be shown.

loading

whether parkingSlot is still being fetched or a request is in progress.

Constructors

Link copied to clipboard
constructor(parkingSlot: ParkingSlot?, loading: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard