vnanalytics / com.venuenext.vnanalytics.firebase / FirebaseAnalytics / trackEvent

trackEvent

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

Tracks event via analytics framework.

Parameters

eventName - the action string.

attributes - the bundle object.

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

Tracks event via analytics framework.

Parameters

eventType - the event type.

attributes - the bundle object.