RemotePresentation

class RemotePresentation(wallet: WalletHandle, context: Context, options: WalletSdkOptions)

Constructors

Link copied to clipboard
constructor(wallet: WalletHandle, context: Context, options: WalletSdkOptions)

Properties

Link copied to clipboard
val tag: String

Log tag for this component.

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)