get All Async
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
get Transfer Parameters
The parameters for filtering the customer transfers, null could be passed for default behaviour.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.