vncore / com.venuenext.vncore.protocol / AnalyticsInterface / trackEvent

trackEvent

abstract fun trackEvent(eventName: String, attributes: Bundle): Unit

Tracks event via analytics framework.

Parameters

eventName - the action string.

attributes - the bundle object.

abstract fun trackEvent(eventType: Event, attributes: Bundle): Unit

Tracks event via analytics framework.

Parameters

eventType - the event type.

attributes - the bundle object.