OnTireWidthProvided

data class OnTireWidthProvided(val measurementUUID: String?, val tireWidth: Int?) : ScanEvent

Event invoked when the user selects a tire width in the TireWidthInput screen or skips the step.

Parameters

measurementUUID

UUID of the scan if available, null otherwise

Constructors

Link copied to clipboard
constructor(measurementUUID: String?, tireWidth: Int?)

Properties

Link copied to clipboard
open override val measurementUUID: String?
Link copied to clipboard