cancelAsync

open fun cancelAsync(transferCancel: TransferCancel, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerTransfer>)

Asynchronously cancels a customer transfer.

Parameters

transferCancel

The Customer Transfer cancel request.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.