public class Event
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Event.Custom
A custom event created with
LDClientInterface.track(String, LDUser) or one of its overloads. |
static class |
Event.FeatureRequest
An event generated by a feature flag evaluation.
|
static class |
Event.Identify
An event created with
LDClientInterface.identify(LDUser) . |
static class |
Event.Index
An event created internally by the SDK to hold user data that may be referenced by multiple events.
|
public Event(long creationDate, LDUser user)
creationDate
- the timetamp in millisecondsuser
- the user associated with the event