ITracker

interface ITracker

All trackers in different modules need to implement this

Functions

Link copied to clipboard
abstract fun track(eventName: String, eventParameters: HashMap<String, Any> = hashMapOf())

Track single event

Link copied to clipboard
abstract fun trackAll()

Track all the untracked events immediately