getAllAsync

open fun getAllAsync(getDepositsParameters: GetDepositsParameters?, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerDepositList>)

Asynchronously retrieves all deposits. It returns the last 10 deposits by default.

Parameters

getDepositsParameters

The parameters for filtering the deposits, null could be passed for default behaviour.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.