Added in API level 29
android.car.hardware
Annotations
CarPropertyValue.PropertyStatus |
Value is CarPropertyValue.STATUS_AVAILABLE , CarPropertyValue.STATUS_UNAVAILABLE , or CarPropertyValue.STATUS_ERROR
|
Interfaces
CarSensorManager.OnSensorChangedListener | Listener for car sensor data change. |
Classes
CarPropertyConfig<T> | Represents general information about car property such as data type and min/max ranges for car areas (if applicable). |
CarPropertyValue<T> | Stores a value for a vehicle property ID and area ID combination. |
CarSensorEvent |
This class was deprecated
in API level 29.
consider using CarPropertyValue and
CarPropertyManager instead.
|
CarSensorEvent.EnvironmentData | Environment data with timestamp and temperature. |
CarSensorManager |
This class was deprecated
in API level 29.
Use CarPropertyManager instead.
API for monitoring car sensor data.
|