getAccountsAsync

open fun getAccountsAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<List<Account>>)

Asynchronously retrieves customer accounts.

Parameters

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.