public final class FlagsStateOption
extends java.lang.Object
LDClientInterface.allFlagsState(com.launchdarkly.sdk.LDContext, FlagsStateOption...)
.Modifier and Type | Field and Description |
---|---|
static FlagsStateOption |
CLIENT_SIDE_ONLY
Specifies that only flags marked for use with the client-side SDK should be included in the state object.
|
static FlagsStateOption |
DETAILS_ONLY_FOR_TRACKED_FLAGS
Specifies that any flag metadata that is normally only used for event generation - such as flag versions and
evaluation reasons - should be omitted for any flag that does not have event tracking or debugging turned on.
|
static FlagsStateOption |
WITH_REASONS
Specifies that
EvaluationReason data should be captured in the state object. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final FlagsStateOption CLIENT_SIDE_ONLY
public static final FlagsStateOption WITH_REASONS
EvaluationReason
data should be captured in the state object. By default, it is not.public static final FlagsStateOption DETAILS_ONLY_FOR_TRACKED_FLAGS