getAllAsync

open fun getAllAsync(getTransferParameters: GetTransferParameters?, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerTransferList>)

Asynchronously retrieves all customer transfer. It returns the last 10 customer transfers by default.

Parameters

getTransferParameters

The parameters for filtering the customer transfers, 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.