AnalyticsEvent

public class AnalyticsEvent

Data class that stores the information of an analytics event.

  • Name of the event.

    Declaration

    Swift

    public let name: AnalyticsEventId
  • Map [parameterName:Value] containing the parameters that decorate the event.

    Declaration

    Swift

    public let parameters: [String : String]