Package-level declarations
Types
Describes the auto polling configuration.
A cache API used to make custom cache implementations.
ConfigCat SDK client.
Configuration options for ConfigCatClient.
An object containing attributes to properly identify a given user for variation evaluation. Its only mandatory attribute is the identifier.
Describes the location of your feature flag and setting data within the ConfigCat CDN.
Additional information about flag evaluation.
Additional information about flag evaluation.
Events fired by ConfigCatClient.
Describes the lazy load polling configuration.
ConfigCache implementation that uses localStorage as persistent storage.
Describes a percentage rule.
Describes a polling mode configuration.
Describes a feature flag / setting.
ConfigCache implementation that uses SharedPreferences as persistent storage.
Additional information about flag evaluation.
ConfigCache implementation that uses NSUserDefaults as persistent storage.
Functions
Creates an auto polling configuration.
Creates a new or gets an already existing ConfigCatClient for the given sdkKey.
Gets the value of a feature flag or setting as T identified by the given key. In case of any failure, defaultValue will be returned. The user param identifies the caller.
Creates a lazy load polling configuration.
Creates a manual polling configuration.