Config Cat Client
ConfigCat SDK client.
Types
Companion object of ConfigCatClient.
Properties
Functions
Sets the default user to null.
Updates the internally cached config by synchronizing with the external cache (if any), then by fetching the latest version from the ConfigCat CDN (provided that the client is online).
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.
Captures the SDK's internally cached config data. It does not attempt to update it by synchronizing with the external cache or by fetching the latest version from the ConfigCat CDN.
Waits for the client to reach the ready state, i.e. to complete initialization.