Class Event.Index

  • Enclosing class:
    Event

    public static final class Event.Index
    extends Event
    An event created internally by the SDK to hold user data that may be referenced by multiple events.
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • Index

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