-
public class FlagsClientStateRepresents the current state of a com.openobserve.android.flags.FlagsClient.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFlagsClientState.NotReadyThe client is not ready to evaluate flags.
This state occurs before the first setEvaluationContext() call. Maps to OpenFeature's NOT_READY state.
public classFlagsClientState.ReadyThe client has successfully loaded flags and they are available for evaluation. This is the normal operational state.
public classFlagsClientState.ReconcilingThe client is currently fetching new flags for a context change. Cached flags may still be available for evaluation during this state.
public classFlagsClientState.StaleThe client is currently stale. Cached flags may still be available for evaluation during this state.
public final classFlagsClientState.ErrorAn unrecoverable error has occurred. The client cannot provide flag evaluations in this state.
-