Class TrackSeriesContext
java.lang.Object
com.launchdarkly.sdk.android.integrations.TrackSeriesContext
Represents parameters associated with tracking a custom event. 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
ConstructorsConstructorDescriptionTrackSeriesContext
(String key, LDContext context, LDValue data, Double metricValue) -
Method Summary
-
Field Details
-
key
The key for the event being tracked. -
context
The context associated with the track operation. -
data
The data associated with the track operation. -
metricValue
The metric value associated with the track operation.
-
-
Constructor Details
-
TrackSeriesContext
- Parameters:
key
- the key for the event being tracked.context
- the context associated with the track operation.data
- the data associated with the track operation.metricValue
- the metric value associated with the track operation.
-
-
Method Details