CarHardwareManager
@RequiresCarApi(value = 3)
@MainThread
public interface CarHardwareManager extends Manager
AutomotiveCarHardwareManager |
|
Manages access to car hardware specific properties and sensors.
Summary
Public methods |
|
|---|---|
default @NonNull CarClimate |
Returns the |
default @NonNull CarInfo |
Returns the |
default @NonNull CarSensors |
Returns the |
Public methods
getCarClimate
@ExperimentalCarApi
default @NonNull CarClimate getCarClimate()
Returns the CarClimate that can be used to query climate information from the car hardware.
getCarInfo
default @NonNull CarInfo getCarInfo()
Returns the CarInfo that can be used to query the car hardware information such as make, model, etc.
getCarSensors
default @NonNull CarSensors getCarSensors()
Returns the CarSensors that can be used to access sensor information from the car hardware.