TrackingConfiguration

public class TrackingConfiguration
  • Creates an instance of TrackingConfiguration

    Declaration

    Swift

    public init(enableOnDeviceLogging: Bool,
                enableRemoteLogging: Bool = true,
                simulation: SimulationConfig = .none)

    Parameters

    enableOnDeviceLogging

    Determines whether on-device logs will be generated when route tracking is active.

    enableRemoteLogging

    Determines whether logs will be recorded and uploaded when route tracking is active.

    simulation