Package-level declarations
Types
Link copied to clipboard
class BrazeConfig
Link copied to clipboard
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 @JvmOverloads constructor(context: Context, shouldUseConfigurationCache: Boolean = true, var runtimeAppConfigurationProvider: RuntimeAppConfigurationProvider = RuntimeAppConfigurationProvider(context))
Link copied to clipboard