get Verification Async
open fun getVerificationAsync(sessionId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<InstrumentVerification>)
Asynchronously retrieves previously created instrument verification session.
Parameters
session Id
The generated ID of the Instrument Verification Session, when it was created.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.