Added in API level 29
android.car.hardware.property
Interfaces
CarPropertyManager.AsyncPropertyRequest | An async get/set property request. |
CarPropertyManager.CarPropertyEventCallback |
Application registers CarPropertyEventCallback object to receive updates and changes
to subscribed Vehicle specific properties.
|
CarPropertyManager.GetPropertyCallback |
A callback CarPropertyManager#getPropertiesAsync when succeeded or failed.
|
CarPropertyManager.SetPropertyCallback |
A callback CarPropertyManager#setPropertiesAsync when succeeded or failed.
|
Classes
Exceptions
CarInternalErrorException | Exception thrown when something unexpected happened in cars. |
PropertyAccessDeniedSecurityException | Exception thrown when cars denied the access of properties. |
PropertyNotAvailableAndRetryException | Exception thrown when device that associated with the vehicle property is temporarily not available. |
PropertyNotAvailableException | Exception thrown when the vehicle property is not available because of the current state of the vehicle. |
Interfaces
Classes
- AreaIdConfig
- CarPropertyManager
- CarPropertyManager.GetPropertyRequest
- CarPropertyManager.GetPropertyResult
- CarPropertyManager.PropertyAsyncError
- CarPropertyManager.SetPropertyRequest
- CarPropertyManager.SetPropertyResult
- EvChargeState
- EvChargingConnectorType
- EvRegenerativeBrakingState
- LocationCharacterization
- PropertyNotAvailableErrorCode
- VehicleElectronicTollCollectionCardStatus
- VehicleElectronicTollCollectionCardType
Exceptions