Protocols

The following protocols are available globally.

VehicleUpdateObserver

  • An observer that receives TomTomSDKCommon/Vehicle state updates.

    To start receiving vehicle state updates, become an observer using TomTomSDKVehicle/VehicleProvider/addObserver(_:). To stop receiving vehicle state updates, remove the previously added observer using TomTomSDKVehicle/VehicleProvider/removeObserver(_:).

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public protocol VehicleUpdateObserver : Observer

VehicleProvider

  • Responsible for control, access and notification of the vehicle state.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public protocol VehicleProvider