Class IdentifySeriesContext

java.lang.Object
com.launchdarkly.sdk.android.integrations.IdentifySeriesContext

public class IdentifySeriesContext extends Object
Represents parameters associated with calling identify. An instance of this class is provided to some stages of series of a Hook implementation. For example, see Hook.afterTrack(TrackSeriesContext)
  • Field Details

    • context

      public final LDContext context
      The context associated with the identify operation.
    • timeout

      public final Integer timeout
      The timeout, in seconds, associated with the identify operation.
  • Constructor Details

    • IdentifySeriesContext

      public IdentifySeriesContext(LDContext context, Integer timeout)
  • Method Details