abstract fun trackEvent(eventName: String, attributes: Bundle): Unit
Tracks event via analytics framework.
eventName
- the action string.
attributes
- the bundle object.
abstract fun trackEvent(eventType: Event, attributes: Bundle): Unit
Tracks event via analytics framework.