TrackSeriesContext

public class TrackSeriesContext

Contextual information that will be provided to handlers during track series.

  • key

    The key for the event being tracked.

    Declaration

    Swift

    public let key: String
  • The context associated with the track operation.

    Declaration

    Swift

    public let context: LDContext
  • The data associated with the track operation, if any.

    Declaration

    Swift

    public let data: LDValue?
  • The metric value associated with the track operation, if any.

    Declaration

    Swift

    public let metricValue: Double?