get Async
open fun getAsync(cardId: String, include: List<CardIncludesParam>?, cancellationSignal: CancellationSignal?, callback: WalletCallback<Card>)
Asynchronously provides detailed information about specific Card by cardId.
Parameters
card Id
Card identifier.
include
List of CardIncludesParam Include listed properties in the response.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.