AutomotiveCarHardwareManager

@ExperimentalCarApi
public final class AutomotiveCarHardwareManager implements CarHardwareManager


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

Summary

Public constructors

Public methods

@NonNull CarClimate

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

@NonNull CarInfo

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

@NonNull CarSensors

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

Public constructors

AutomotiveCarHardwareManager

Added in 1.1.0
public AutomotiveCarHardwareManager(@NonNull Context context)

Public methods

getCarClimate

Added in 1.4.0-rc02
public @NonNull CarClimate getCarClimate()

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

getCarInfo

Added in 1.4.0-rc02
public @NonNull CarInfo getCarInfo()

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

getCarSensors

Added in 1.4.0-rc02
public @NonNull CarSensors getCarSensors()

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