activate Async
open fun activateAsync(cardId: String, request: CardActivationRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<Card>)
Asynchronously Activates a prepaid PHYSICAL card by cardId (UUID).
Parameters
card Id
Card identifier.
request
A CardActivationRequest contains the needed information for card activation.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.