KAnalyticsEvent
class KAnalyticsEvent(val eventName: String, val eventDescription: String? = null, properties: Map<String, Any?> = emptyMap(), userProperties: Map<String, Any?> = emptyMap())
Represents an event to be tracked by KAnalytics.
Parameters
eventName
The name of the event.
eventDescription
An optional description of the event.
properties
A map of properties associated with the event.