open class DynamicConfigLoader : ConfigLoader
ConfigLoader
implementation that loads configuration items (ie. API keys) which 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!> |