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