getInboundAsync

open fun getInboundAsync(transferId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerTransfer>)

Asynchronously retrieves a specific inbound customer transfer.

Parameters

transferId

The id of the inbound customer transfer.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.