AutoTracker

public class AutoTracker: Tracker

/!\ SmartSDK only - Class for tracking screen and touch automatically

  • /!\ SmartSDK only - Token for authentication

    Declaration

    Swift

    @objc public var token: String?
  • /!\ SmartSDK only - Sets Auto Tracker in debug mode

    Declaration

    Swift

    public lazy var debug: Bool = false
  • /!\ SmartSDK only Enable LiveTagging. See http://livetagging.atinternet-solutions.com/ You need to provide a token before enabling live tagging

    Declaration

    Swift

    @objc public var enableLiveTagging: Bool
  • /!\ SmartSDK only - Enables AutoTracking. Will send automatically click and screens hits. You can custom those hits by implementing IAutoTracker protocol in your ViewControllers

    Declaration

    Swift

    @objc public var enableAutoTracking: Bool