getKycStatusAsync

open fun getKycStatusAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<KycVerification>)

Asynchronously retrieves the KYC status of the user.

Parameters

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.