Class Event.Identify
java.lang.Object
com.launchdarkly.sdk.server.interfaces.Event
com.launchdarkly.sdk.server.interfaces.Event.Identify
- Enclosing class:
- Event
public static final class Event.Identify extends Event
An event created with
LDClientInterface.identify(LDUser)
.-
Nested Class Summary
Nested classes/interfaces inherited from class com.launchdarkly.sdk.server.interfaces.Event
Event.Custom, Event.FeatureRequest, Event.Identify, Event.Index
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Identify
Constructs an identify event.- Parameters:
timestamp
- the timestamp in millisecondsuser
- the user associated with the event
-