SteeringWheelHeatProfile.Builder

class SteeringWheelHeatProfile.Builder


A builder for SteeringWheelHeatProfile.

Summary

Public constructors

Builder(
    carZoneSetsToSteeringWheelHeatValues: (Mutable)Map<(Mutable)Set<CarZone!>!, Pair<Int!, Int!>!>
)

Creates an instance of builder.

Public functions

SteeringWheelHeatProfile

Create a SteeringWheelHeatProfile.

Public constructors

Builder

Added in 1.3.0
Builder(
    carZoneSetsToSteeringWheelHeatValues: (Mutable)Map<(Mutable)Set<CarZone!>!, Pair<Int!, Int!>!>
)

Creates an instance of builder.

Parameters
carZoneSetsToSteeringWheelHeatValues: (Mutable)Map<(Mutable)Set<CarZone!>!, Pair<Int!, Int!>!>

map of min/max range values for the property corresponding to the set of car zones. Min/max values indicate heating or cooling for the steering wheel. The values are not in any specific units, they represent steering wheel heat setting modes instead. 0 indicates temperature control is off. Negative value indicates cooling. Positive value indicates heating.

Public functions

build

Added in 1.3.0
fun build(): SteeringWheelHeatProfile

Create a SteeringWheelHeatProfile.