EvaluationSeriesContext
public class EvaluationSeriesContext
Contextual information that will be provided to handlers during evaluation series.
-
The key of the flag being evaluated.
Declaration
Swift
public let flagKey: String
-
The context in effect at the time of evaluation.
Declaration
Swift
public let context: LDContext
-
The default value provided to the calling evaluation method.
Declaration
Swift
public let defaultValue: LDValue
-
A string identifing the name of the method called.
Declaration
Swift
public let methodName: String