ClientConfigurationServiceProtocol
public protocol ClientConfigurationServiceProtocol : AnyObject
Protocol for client configuration service
-
Fetches configurations from the server.
Declaration
Swift
func fetchConfigurations(completion: @escaping CompletionResult<ClientConfiguration>)
Parameters
completion
A closure that handles the result of the configuration fetch operation.