Event
public struct Event<T> where T : RawRepresentable, T.RawValue == String
Struct representing a tracking event. It contains the event type and an optional dictionary for additional related data.
public struct Event<T> where T : RawRepresentable, T.RawValue == String
Struct representing a tracking event. It contains the event type and an optional dictionary for additional related data.