Configuration provider
Last updated
Was this helpful?
Last updated
Was this helpful?
is responsible for the and offers methods to obtain final settings models. It's also responsible for and . Providers are used directly by the application code to either or .
Fetches the newest version of settings of given type:
Allows to subscribe for updates of settings of given type:
Both Get and Observe methods have 2 variations:
The one without any parameters requires a prior of a source to the requested type;
The one with a parameter requires no such assignment (check out for gotchas);