acceptAsync

open fun acceptAsync(transferAccept: TransferAccept, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerTransfer>)

Asynchronously accepts a customer transfer.

Parameters

transferAccept

The Customer Transfer accept request.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.