See: Description
| Class | Description |
|---|---|
| ArrayBuilder |
A builder created by
LDValue.buildArray(). |
| 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.
|
| LDUser |
A collection of attributes that can affect flag evaluation, usually corresponding to a user of your application.
|
| LDUser.Builder | |
| 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 |
Represents a built-in or custom attribute name supported by
LDUser. |
| Enum | Description |
|---|---|
| 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. |