Package-level declarations

Types

Link copied to clipboard
sealed class CommandRequest

Sealed hierarchy of vehicle commands.

Link copied to clipboard
data class CommandResult(val vin: String, val requestId: String, val command: String)

Tracking result returned after a command is accepted by the BFF API.