createAsync

open fun createAsync(depositCreate: DepositCreate, cancellationSignal: CancellationSignal?, callback: WalletCallback<CustomerDeposit>)

Asynchronously creates a Deposit.

Parameters

depositCreate

The deposit create request.

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.