TireWidthInputConfig

@Serializable
class TireWidthInputConfig

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Text for the "Continue" button. Default value is "Continue".

Link copied to clipboard

Text displayed as a short explanation of the screen. Default value is "Choose the Tire Width from the options or enter manually.".

Link copied to clipboard

Value for the tire width input field to be prefilled with in millimetres. Must be between TIRE_WIDTH_LOWER_LIMIT and TIRE_WIDTH_UPPER_LIMIT. Default value is null.

Link copied to clipboard

Text displayed for the "Skip" button. Default value is "Skip".

Link copied to clipboard

List of 6 options the user can choose from when selecting a tire width. Values must be between TIRE_WIDTH_LOWER_LIMIT and TIRE_WIDTH_UPPER_LIMIT. Default values are DEFAULT_OPTIONS.

Link copied to clipboard

Value limiting the range of the tire width. See TireWidthRange.

Link copied to clipboard

Text displayed as the title of this screen. Default value is "Tire Width".

Link copied to clipboard

Determines the visibility status. Default value is true.