VehicleProvider
interface VehicleProvider
Responsible for control and access to the vehicle state.
Important: This is a Public Preview API. It may be changed or removed at any time.
Inheritors
Functions
Link copied to clipboard
Adds an VehicleUpdatedListener which will be notified about any vehicle update.
abstract fun addVehicleUpdatedListener(vehicleUpdatedListener: VehicleUpdatedListener, vehicleUpdateOptions: List<VehicleUpdateOption>)
Adds an VehicleUpdatedListener which will be notified when specific vehicle parameters are updated.
Link copied to clipboard
Removes the vehicle update listener.