See: Description
| Class | Description |
|---|---|
| ArrayBuilder |
A builder created by
LDValue.buildArray(). |
| AttributeRef |
An attribute name or path expression identifying a value within an
LDContext. |
| ContextBuilder |
A mutable object that uses the builder pattern to specify properties for
LDContext. |
| ContextKind |
A string identifier provided by the application to describe what kind of entity an
LDContext represents. |
| ContextMultiBuilder |
A mutable object that uses the builder pattern to specify properties for a multi-kind
LDContext. |
| EvaluationDetail<T> |
An object returned by the SDK's "variation detail" methods such as
boolVariationDetail,
combining the result of a flag evaluation with an explanation of how it was calculated. |
| EvaluationReason |
Describes the reason that a flag evaluation produced a particular value.
|
| LDContext |
A collection of attributes that can be referenced in flag evaluations and analytics events.
|
| LDUser | Deprecated
use
LDContext instead. |
| LDUser.Builder | Deprecated
use
ContextBuilder or ContextMultiBuilder instead via LDContext.builder(String). |
| LDValue |
An immutable instance of any data type that is allowed in JSON.
|
| LDValue.Convert |
Predefined instances of
LDValue.Converter for commonly used types. |
| LDValue.Converter<T> |
Defines a conversion between
LDValue and some other type. |
| ObjectBuilder |
A builder created by
LDValue.buildObject(). |
| UserAttribute | Deprecated |
| Enum | Description |
|---|---|
| EvaluationReason.BigSegmentsStatus |
Enumerated type defining the possible values of
EvaluationReason.getBigSegmentsStatus(). |
| EvaluationReason.ErrorKind |
Enumerated type defining the possible values of
EvaluationReason.getErrorKind(). |
| EvaluationReason.Kind |
Enumerated type defining the possible values of
EvaluationReason.getKind(). |
| LDValueType |
Describes the type of an
LDValue. |