get Evervault Configuration
Fetches the Evervault configuration from the API and caches it locally.
Return
The parsed ConfigurationResponses.GetEvervaultConfigurationResponse, or null if the request fails or the response cannot be parsed.
fun getEvervaultConfiguration(completionHandler: (ConfigurationResponses.GetEvervaultConfigurationResponse?) -> Unit)
Fetches the Evervault configuration from the API and caches it locally, delivering the result via a callback.
Parameters
completion Handler
Invoked with the parsed ConfigurationResponses.GetEvervaultConfigurationResponse, or null if the request fails or the response cannot be parsed.