@DeprecatedSince(2020, 6) open class DynamicConfigLoader : ConfigLoaderConfigLoader Implementation that loads configuration items (i.e., API Keys) that have been dynamically specified by the user.
| DynamicConfigLoader(context: Context!, clientConfig: MutableMap<String!, String!>!)Custom constructor to create a config loader for loading runtime config items supplied by the user. | 
| open fun getDescription(): String | |
| open fun loadConfig(): MutableMap<String!, String!> |