Class Event
- java.lang.Object
-
- com.launchdarkly.sdk.internal.events.Event
-
- Direct Known Subclasses:
Event.Custom,Event.FeatureRequest,Event.Identify,Event.Index
public class Event extends java.lang.ObjectBase class for all analytics events that are generated by the client. Also defines all of its own subclasses. These types are not visible to applications; they are an implementation detail of the default event processor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvent.CustomA custom event created with one of the SDK'strackmethods.static classEvent.FeatureRequestAn event generated by a feature flag evaluation.static classEvent.IdentifyAn event created with the SDK'sidentifymethod (or generated automatically at startup if it is a client-side SDK).static classEvent.IndexAn event created internally by the SDK to hold user data that may be referenced by multiple events.
-
Constructor Summary
Constructors Constructor Description Event(long creationDate, com.launchdarkly.sdk.LDContext context)Base event constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.launchdarkly.sdk.LDContextgetContext()The context associated with the event.longgetCreationDate()The event timestamp.
-