Configuration API
object ConfigurationAPI
Fetches and caches third-party service configurations from the Frame API.
Each method retrieves a configuration object from the network, persists it to SecureConfigurationStorage, and returns the parsed response. Both coroutine (suspend) and callback variants are provided for each service.
Functions
Link copied to clipboard
Fetches the Evervault configuration from the API and caches it locally.
fun getEvervaultConfiguration(completionHandler: (ConfigurationResponses.GetEvervaultConfigurationResponse?) -> Unit)
Fetches the Evervault configuration from the API and caches it locally, delivering the result via a callback.
Link copied to clipboard
Fetches the Sift configuration from the API and caches it locally.
fun getSiftConfiguration(completionHandler: (ConfigurationResponses.GetSiftConfigurationResponse?) -> Unit)
Fetches the Sift configuration from the API and caches it locally, delivering the result via a callback.