getAllInboundAsync

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

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

Parameters

getTransferParameters

The parameters for filtering the inbound 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.