VehicleUpdateObserver
public protocol VehicleUpdateObserver
Provides the possibility to react on vehicle parameters updates.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Called when the active vehicle has been updated.
Declaration
Swift
func onVehicleUpdate(_ vehicle: Vehicle)Parameters
vehicleVehiclethat has been updated.
VehicleUpdateObserver Protocol Reference