get All Inbound Async
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
get Transfer Parameters
The parameters for filtering the inbound 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.