trackEvent

override fun trackEvent(category: String)

Tracks user behavior through event tracking.

Parameters

category

The category of the event.


override fun trackEvent(category: String, semanticAttributes: Map<String, Any?>?)

Tracks user behavior through event tracking with attributes.

Parameters

category

The category of the event.

semanticAttributes

The semantic attributes of the event.


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.

semanticAttributes

The semantic attributes of the event.

customAttributes

The custom attributes of the event.