Remote Presentation
Functions
Link copied to clipboard
suspend fun handle(qrCodeData: String, language: String = "en", askConsent: suspend (ConsentPromptData) -> Boolean, authenticate: suspend (cryptoObject: BiometricPrompt.CryptoObject, onAuthenticated: suspend (BiometricPrompt.CryptoObject) -> Unit) -> Boolean, onSuccess: () -> Unit)