track

fun track(eventName: String, eventParameters: HashMap<String, Any> = hashMapOf())

Add base parameters to each event and delegate call to each tracker in the trackerList.

Parameters

eventName

Name of the event

eventParameters

Parameter associated with the event