Class Event.Identify

  • Enclosing class:
    Event

    public static final class Event.Identify
    extends Event
    An event created with the SDK's identify method (or generated automatically at startup if it is a client-side SDK).
    • Constructor Summary

      Constructors 
      Constructor Description
      Identify​(long timestamp, com.launchdarkly.sdk.LDContext context)
      Constructs an identify event.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Identify

        public Identify​(long timestamp,
                        com.launchdarkly.sdk.LDContext context)
        Constructs an identify event.
        Parameters:
        timestamp - the timestamp in milliseconds
        context - the context associated with the event