Protocols
The following protocols are available globally.
-
An observer that receives
TomTomSDKCommon/Vehiclestate 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 usingTomTomSDKVehicle/VehicleProvider/removeObserver(_:).See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol VehicleUpdateObserver : Observer
-
Responsible for control, access and notification of the vehicle state.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol VehicleProvider
Protocols Reference