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 values broken down by area for a vehicle property. |
CarSensorEvent |
This class was deprecated
in API level 29.
consider using ERROR(/android.car.hardware.property.CarPropertyEvent) 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.
|