Config Cat Client
ConfigCat SDK client.
Types
Companion object of ConfigCatClient.
Properties
Functions
Sets the default user to null.
Initiates a force refresh on the cached configuration.
Gets a collection of all setting keys.
Gets the values along with evaluation details of all feature flags and settings.
Gets the values of all feature flags or settings. The user param identifies the caller.
Gets the value and evaluation details of a feature flag or setting identified by the given key.
Gets the key of a setting and its value identified by the given variationId (analytics).
Gets the value and evaluation details of a feature flag or setting identified by the given key.
Sets the default user. If no user specified in the following calls getValue, getAnyValue, getAllValues, getValueDetails, getAnyValueDetails, getAllValueDetails the default user value will be used.
Set the client to offline mode. HTTP calls are not allowed.
Awaits for SDK initialization.