trackEvent

fun trackEvent(category: String, semanticAttributes: Map<String, Any?>? = null, customAttributes: Map<String, Any?>? = null)

Tracks user behavior through event tracking with attributes.

Note: Standard events can be sent using AirfluxCategory and AirfluxAttribute.

Parameters

category

Name of event.

semanticAttributes

Additional attributes of the event that defined by Airflux.

customAttributes

Additional attributes of the event.