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

    forceFetch

    triggers a direct fetch ignoring the cache

    completion

    result handler

  • Fetch the current app configuration, either the cached or a newly fetched one

    Declaration

    Swift

    func appConfiguration(completion: @escaping Completion)

    Parameters

    completion

    result handler