Braze Configuration Provider
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.
Constructors
Types
Functions
Attempts to find the mapped value for the primary key, then the secondary key. A found value for the primary key will always take precedence over the secondary key. The configuration cache will update using the primary key, even if the secondary key has the mapped value.
Performs retrieval of a given resource type from the varying levels of caches using the primary and secondary keys.
Queries the context resources for a given resource identifier.
Properties
Gets the value for the initial log level. Note that this method defaults to Log.INFO. Should only be used in conjunction with BrazeLogger.