AnalyticsEvent

data class AnalyticsEvent(val name: AnalyticsEventId, val parameters: Map<String, String>, val activity: Activity?)

Data class that stores the information of an analytics event

Constructors

Link copied to clipboard
constructor(name: AnalyticsEventId, parameters: Map<String, String>, activity: Activity?)

Properties

Link copied to clipboard

Source Activity triggering the event.

Link copied to clipboard

Name of the event.

Link copied to clipboard

Map [parameterName:Value] containing the parameters that decorate the event.