Configuration API
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
Fetches the Evervault configuration from the API and caches it locally.
Fetches the Evervault configuration from the API and caches it locally, delivering the result via a callback.
Fetches the Fingerprint configuration from the API and caches it locally.
Fetches the Fingerprint configuration from the API and caches it locally, delivering the result via a callback.
Fetches the Sift configuration from the API and caches it locally.
Fetches the Sift configuration from the API and caches it locally, delivering the result via a callback.