getAllAsync

open fun getAllAsync(parameters: PaymentInstrumentsParameters?, cancellationSignal: CancellationSignal?, callback: WalletCallback<List<PaymentInstrument>>)

Asynchronously retrieves list of active instruments for the customer.

Parameters

parameters

The parameters for filtering the payment instruments.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.