track Event
Tracks user behavior through event tracking.
Parameters
category
The category of the event.
Tracks user behavior through event tracking with attributes.
Parameters
category
The category of the event.
semantic Attributes
The semantic attributes of the event.
open override fun trackEvent(category: String, semanticAttributes: Map<String, Any?>?, customAttributes: Map<String, Any?>?)
Tracks user behavior through event tracking with attributes.
Parameters
category
The category of the event.
semantic Attributes
The semantic attributes of the event.
custom Attributes
The custom attributes of the event.