SeatVentilationProfile
@ExperimentalCarApi
public final class SeatVentilationProfile
Container class for information about the FEATURE_SEAT_VENTILATION_LEVEL feature such as supported min/max range values for the feature.
Summary
Nested types |
|---|
public final class SeatVentilationProfile.BuilderA builder for SeatVentilationProfile. |
Public methods |
|
|---|---|
@NonNull Map<Set<CarZone>, Pair<Integer, Integer>> |
Returns a list of supported min/max range values for the feature mapped to the set of car zones. |
Public methods
getCarZoneSetsToSeatVentilationValues
Added in 1.3.0
public @NonNull Map<Set<CarZone>, Pair<Integer, Integer>> getCarZoneSetsToSeatVentilationValues()
Returns a list of supported min/max range values for the feature mapped to the set of car zones.
The values that can be regulated together for a set of car zones are combined together.