VehicleUpdateObserver

public protocol VehicleUpdateObserver : Observer

An interface for receiving and acting upon Vehicle parameter 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

    vehicle

    Vehicle that has been updated.