Package-level declarations
Types
Link copied to clipboard
class BrazeConfig
Link copied to clipboard
open class BrazeConfigurationProvider(context: <Error class: unknown class>) : CachedConfigurationProvider
Provides configuration values for the Braze SDK. Values are retrieved from the runtime configuration settings if present but default to the values from the braze.xml file. After retrieval, each configuration value is cached for performance.
Link copied to clipboard
open class CachedConfigurationProvider constructor(context: <Error class: unknown class>, shouldUseConfigurationCache: Boolean = true, var runtimeAppConfigurationProvider: RuntimeAppConfigurationProvider = RuntimeAppConfigurationProvider(context))
Link copied to clipboard