-
public final class AnalyticsEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final StringeventNameprivate final List<AnalyticsPropertiesConfig>properties
-
Constructor Summary
Constructors Constructor Description AnalyticsEvent(String eventName, AnalyticsPropertiesConfig properties)AnalyticsEvent(String eventName, List<AnalyticsPropertiesConfig> properties)
-
Method Summary
Modifier and Type Method Description final StringgetEventName()final List<AnalyticsPropertiesConfig>getProperties()-
-
Constructor Detail
-
AnalyticsEvent
AnalyticsEvent(String eventName, AnalyticsPropertiesConfig properties)
-
AnalyticsEvent
AnalyticsEvent(String eventName, List<AnalyticsPropertiesConfig> properties)
-
-
Method Detail
-
getEventName
final String getEventName()
-
getProperties
final List<AnalyticsPropertiesConfig> getProperties()
-
-
-
-