open static fun createProviderDynamicFirst(@NonNull context: Context, @NonNull config: MutableMap<String!, String!>): PriorityConfigProvider!
Create config provider where keys are obtained from the provided map. If they are not found there, AndroidManifest is used as a backup storage.
config - MutableMap<String!, String!>: map containing config items, e.g. for "OnlineMaps.Key" and "OnlineTraffic.Key"