get Async
open fun getAsync(transferId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerTransfer>)
Asynchronously retrieves a specific customer transfer.
Parameters
transfer Id
The id of the customer transfer.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.