updateTokenizationStatusAsync

open fun updateTokenizationStatusAsync(cardId: String, mobileWalletTokenization: MobileWalletTokenization, cancellationSignal: CancellationSignal?, callback: WalletCallback<MobileWalletTokenization>)

Asynchronously updates card tokenization status by which tokenization can be marked as COMPLETED. Tokenization marked as COMPLETED means that the given card will be not able to be tokenized for the specific device and profile (in case of Google Pay).

Parameters

cardId

Card identifier.

mobileWalletTokenization

MobileWalletTokenization Contains information about card enrolment for specific Mobile Wallet

cancellationSignal

A signal for canceling the asynchronous operation (nullable).

callback

The callback to be invoked upon completion or error.