getAsync

open fun getAsync(cardId: String, include: List<CardIncludesParam>?, cancellationSignal: CancellationSignal?, callback: WalletCallback<Card>)

Asynchronously provides detailed information about specific Card by cardId.

Parameters

cardId

Card identifier.

include

List of CardIncludesParam Include listed properties in the response.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.