- getAllKeys() - Method in class com.configcat.ConfigCatClient
-
- getAllKeys() - Method in interface com.configcat.ConfigurationProvider
-
Gets a collection of all setting keys.
- getAllKeysAsync() - Method in class com.configcat.ConfigCatClient
-
- getAllKeysAsync() - Method in interface com.configcat.ConfigurationProvider
-
Gets a collection of all setting keys asynchronously.
- getAllVariationIds() - Method in class com.configcat.ConfigCatClient
-
- getAllVariationIds(User) - Method in class com.configcat.ConfigCatClient
-
- getAllVariationIds() - Method in interface com.configcat.ConfigurationProvider
-
Gets the Variation IDs (analytics) of all feature flags or settings synchronously.
- getAllVariationIds(User) - Method in interface com.configcat.ConfigurationProvider
-
Gets the Variation IDs (analytics) of all feature flags or settings synchronously.
- getAllVariationIdsAsync() - Method in class com.configcat.ConfigCatClient
-
- getAllVariationIdsAsync(User) - Method in class com.configcat.ConfigCatClient
-
- getAllVariationIdsAsync() - Method in interface com.configcat.ConfigurationProvider
-
Gets the Variation IDs (analytics) of all feature flags or settings asynchronously.
- getAllVariationIdsAsync(User) - Method in interface com.configcat.ConfigurationProvider
-
Gets the Variation IDs (analytics) of all feature flags or settings asynchronously.
- getKeyAndValue(Class<T>, String) - Method in class com.configcat.ConfigCatClient
-
- getKeyAndValue(Class<T>, String) - Method in interface com.configcat.ConfigurationProvider
-
Gets the key of a setting and its value identified by the given Variation ID (analytics).
- getKeyAndValueAsync(Class<T>, String) - Method in class com.configcat.ConfigCatClient
-
- getKeyAndValueAsync(Class<T>, String) - Method in interface com.configcat.ConfigurationProvider
-
Gets the key of a setting and its value identified by the given Variation ID (analytics).
- getValue(Class<T>, String, T) - Method in class com.configcat.ConfigCatClient
-
- getValue(Class<T>, String, User, T) - Method in class com.configcat.ConfigCatClient
-
- getValue(Class<T>, String, T) - Method in interface com.configcat.ConfigurationProvider
-
Gets a value synchronously as T from the configuration identified by the given key.
- getValue(Class<T>, String, User, T) - Method in interface com.configcat.ConfigurationProvider
-
Gets a value synchronously as T from the configuration identified by the given key.
- getValueAsync(Class<T>, String, T) - Method in class com.configcat.ConfigCatClient
-
- getValueAsync(Class<T>, String, User, T) - Method in class com.configcat.ConfigCatClient
-
- getValueAsync(Class<T>, String, T) - Method in interface com.configcat.ConfigurationProvider
-
Gets a value asynchronously as T from the configuration identified by the given key.
- getValueAsync(Class<T>, String, User, T) - Method in interface com.configcat.ConfigurationProvider
-
Gets a value asynchronously as T from the configuration identified by the given key.
- getVariationId(String, String) - Method in class com.configcat.ConfigCatClient
-
- getVariationId(String, User, String) - Method in class com.configcat.ConfigCatClient
-
- getVariationId(String, String) - Method in interface com.configcat.ConfigurationProvider
-
Gets the Variation ID (analytics) of a feature flag or setting synchronously based on its key.
- getVariationId(String, User, String) - Method in interface com.configcat.ConfigurationProvider
-
Gets the Variation ID (analytics) of a feature flag or setting synchronously based on its key.
- getVariationIdAsync(String, String) - Method in class com.configcat.ConfigCatClient
-
- getVariationIdAsync(String, User, String) - Method in class com.configcat.ConfigCatClient
-
- getVariationIdAsync(String, String) - Method in interface com.configcat.ConfigurationProvider
-
Gets the Variation ID (analytics) of a feature flag or setting asynchronously based on its key.
- getVariationIdAsync(String, User, String) - Method in interface com.configcat.ConfigurationProvider
-
Gets the Variation ID (analytics) of a feature flag or setting asynchronously based on its key.