getVerificationAsync

open fun getVerificationAsync(sessionId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<InstrumentVerification>)

Asynchronously retrieves previously created instrument verification session.

Parameters

sessionId

The generated ID of the Instrument Verification Session, when it was created.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.