Package-level declarations

Types

Link copied to clipboard
class ConfigurationCache(remoteConfiguration: RemoteConfiguration)
Link copied to clipboard
class ConfigurationFetcher(context: Context, remoteConfiguration: RemoteConfiguration, onFetchCallback: Consumer<FetchedConfigurationBundle>)
Link copied to clipboard
class ConfigurationProvider @JvmOverloads constructor(remoteConfiguration: RemoteConfiguration, defaultBundles: List<ConfigurationBundle>? = null)

This class fetch a configuration from a remote source otherwise it provides a cached configuration. It can manage multiple sources and multiple caches.