Type

enum Type : Enum<ControlCenterPanel.Type>

Indicates what type of contents a control center panel is responsible for.

Entries

Link copied to clipboard

Indicates that the control center panel contains system information that should be easily accessible to the driver, or be close to the driver for visibility.

Link copied to clipboard

Indicates that the control center panel contains system information that does not have to be easily accessible to the driver and can be shown on the side of the front passenger instead.

Link copied to clipboard

Indicates that the control center panel provides quick access to important vehicle and system functions. This functionality is meant to accommodate OEM requirements and regulatory needs when there are no hardware controls for certain vehicle functions, and limiting access to the control to a deeper UI layer is unacceptable. Use cases include, for instance, HVAC, defroster, window wipers, seat heating and camera access.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int