public class Event<T extends Enum<T>>
A tracking event.
private final T
type
private final Map<String, Object>
details
Event(T type, Map<String, Object> details)
Event(T type)
T
getType()
Map<String, Object>
getDetails()
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() T getType()
@NonNull() Map<String, Object> getDetails()
Details about the event. You can find the possible keys in the event enum.
The map is empty if the event has no details.
boolean equals(Object o)
Internal use only.
int hashCode()
@NonNull() String toString()