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? { get set } -
/!\ SmartSDK only - Sets Auto Tracker in debug mode
Declaration
Swift
public lazy var debug: Bool { get set } -
/!\ 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 { get set } -
/!\ 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 { get set }
AutoTracker Class Reference