getSingleAccountAsync

open fun getSingleAccountAsync(accountId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<Account>)

Asynchronously retrieves customer account.

Parameters

accountId

The id of the account to retrieve

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.