AppConfigurationProviding
protocol AppConfigurationProviding : AnyObject
A provider of the app configuration struct
-
Fetch the current app configuration, either the cached or a newly fetched one
Declaration
Swift
func appConfiguration(forceFetch: Bool, completion: @escaping Completion)Parameters
forceFetchtriggers a direct fetch ignoring the cache
completionresult handler
-
Fetch the current app configuration, either the cached or a newly fetched one
Declaration
Swift
func appConfiguration(completion: @escaping Completion)Parameters
completionresult handler