Class IdentifySeriesContext
java.lang.Object
com.launchdarkly.sdk.android.integrations.IdentifySeriesContext
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
The context associated with the identify operation. -
timeout
The timeout, in seconds, associated with the identify operation.
-
-
Constructor Details
-
IdentifySeriesContext
-
-
Method Details