track Event
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.
semantic Attributes
Additional attributes of the event that defined by Airflux.
custom Attributes
Additional attributes of the event.