TomTomSDKTelemetry
TomTomSDKTelemetry
This module provides the necessary interfaces for configuring how the SDK collects and sends telemetry data. To benefit from this implementation, use the TomTomSDKTelemetry module.
The module enables the configuration of the data collected and sent based on the end-user’s consent.
Use the Telemetry enum as the entry point to this module.
-
The end-user consent for sending telemetry data.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Consent
-
Main entry point to send Telemetry data.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Telemetry
-
Interface for the telemetry configuration provider.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol TelemetryConfigProvider
-
Telemetry error.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum TelemetryError : Error, Equatableextension TelemetryError: CustomStringConvertible
TomTom SDK for iOS (0.66.0)
TomTomSDKTelemetry