preview Async
open fun previewAsync(customerTransferRequest: CustomerTransferRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerTransfer>)
Asynchronously retrieves a preview of a customer transfer.
Parameters
customer Transfer Request
The customer transfer request.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.