get Async
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.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.