CarHardwareManager

@RequiresCarApi(value = 3)
@MainThread
interface CarHardwareManager : Manager

Known direct subclasses
AutomotiveCarHardwareManager

CarHardwareManager which uses Android Automotive OS APIs to access properties, sensors, and actions.


Manages access to car hardware specific properties and sensors.

Summary

Public functions

CarClimate

Returns the CarClimate that can be used to query climate information from the car hardware.

CarInfo

Returns the CarInfo that can be used to query the car hardware information such as make, model, etc.

CarSensors

Returns the CarSensors that can be used to access sensor information from the car hardware.

Public functions

getCarClimate

Added in 1.3.0
@ExperimentalCarApi
fun getCarClimate(): CarClimate

Returns the CarClimate that can be used to query climate information from the car hardware.

getCarInfo

Added in 1.1.0
fun getCarInfo(): CarInfo

Returns the CarInfo that can be used to query the car hardware information such as make, model, etc.

getCarSensors

Added in 1.1.0
fun getCarSensors(): CarSensors

Returns the CarSensors that can be used to access sensor information from the car hardware.