getAsync

open fun getAsync(parameters: PaymentInstrumentParameters, cancellationSignal: CancellationSignal?, callback: WalletCallback<PaymentInstrument>)

Asynchronously retrieves an instrument for the customer.

Parameters

parameters

The parameters for retrieving the instrument.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.