CarClimateFeature
@RequiresCarApi(value = 5)
@MainThread
@ExperimentalCarApi
@CarProtocol
public final class CarClimateFeature
A data value used in climate related requests to indicate the features and zones the caller is interested in.
Summary
Nested types |
|---|
public final class CarClimateFeature.BuilderA builder for CarClimateFeature. |
Public methods |
|
|---|---|
boolean |
|
@NonNull List<CarZone> |
Returns a list of CarZones. |
int |
Returns an integer flag of the feature. |
int |
hashCode() |
@NonNull String |
toString() |
Public methods
getCarZones
public @NonNull List<CarZone> getCarZones()
Returns a list of CarZones.
If the application is interested in all zones, the return value will only contains a CarZone#CAR_ZONE_GLOBAL. Otherwise, the return values will contain every individual seats the application requested for.
For example, the application requested information for the second row seats. The list will contain three individual CarZones. They are the left side seat of the second row, the center seat of the second row and the right side seat of the second row.
getFeature
public int getFeature()
Returns an integer flag of the feature.
The feature flag must be one of ClimateProfileRequest.ClimateProfileFeatures.