AutoTracker
public class AutoTracker: Tracker
Class for tracking screen and touch automatically
-
Token for authentication
Declaration
Swift
public var token: String? -
Sets Auto Tracker in debug mode
Declaration
Swift
public lazy var debug: Bool = false -
Enable LiveTagging. See http://livetagging.atinternet-solutions.com/ You need to provide a token before enabling live tagging
Declaration
Swift
public var enableLiveTagging: Bool -
Enables AutoTracking. Will send automatically click and screens hits. You can custom those hits by implementing IAutoTracker protocol in your ViewControllers
Declaration
Swift
public var enableAutoTracking: Bool
AutoTracker Class Reference