-
Methods Method Description com.thalesgroup.gemalto.d1.card.DigitalCard.getWalletAsset() Due to scheme limitation, it is not possible to have real time the token requestor name and logo. It is advised that the issuer application identifies the top 5-10 token requestor identifiers and hardcode a merchant/wallet facing name and logo.com.thalesgroup.gemalto.d1.ConfigParams.buildConfigCard(Activity, OEMPayType, String) Please use more specific code:ConfigParams.buildConfigCard(Activity, OEMPayType, String, String)
com.thalesgroup.gemalto.d1.D1Task.activateDigitalCard(String, D1Task.Callback<Void>) Please use new API:D1Task.getD1PushWallet().activateDigitalCard(String,OEMPayType,Callback)
com.thalesgroup.gemalto.d1.D1Task.addDigitalCardToOEM(String, D1Task.Callback<Void>) com.thalesgroup.gemalto.d1.D1Task.getCardDigitizationState(String, D1Task.Callback<CardDigitizationState>) Please use new API:D1Task.getD1PushWallet().getCardDigitizationState(String,OEMPayType,Callback)
-
Enum Constants Enum Constant Description com.thalesgroup.gemalto.d1.D1Exception.ErrorCode.ERROR_NOT_SUPPORTED Please use more specific code:D1Exception.ErrorCode.ERROR_GPAY_NOT_SUPPORTED
,D1Exception.ErrorCode.ERROR_SPAY_NOT_SUPPORTED
,D1Exception.ErrorCode.ERROR_D1PAY_NOT_SUPPORTED