Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Enum Classes
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Interfaces
    Interface
    Description
    com.thalesgroup.gemalto.d1.card.D1ClickToPay
    Please use ClickToPayService.
    com.thalesgroup.gemalto.d1.card.D1PushToECommerce
    Please use new API: ClickToPayService
  • Deprecated Classes
    Class
    Description
    com.thalesgroup.gemalto.d1.card.BillingAddress
    Please use BillingAddress.
    com.thalesgroup.gemalto.d1.card.ConsumerInfo
    Please use ConsumerInfo.
  • Deprecated Enum Classes
    Enum Class
    Description
    com.thalesgroup.gemalto.d1.card.D1ClickToPay.Status
    Please use Status
  • Deprecated Methods
    Method
    Description
    com.thalesgroup.gemalto.d1.card.D1ClickToPay.enrol(String, ConsumerInfo, String, BillingAddress, D1Task.Callback<D1ClickToPay.Status>)
    Please use new API: ClickToPayService.enrol(String, com.thalesgroup.gemalto.d1.clicktopay.ConsumerInfo, String, com.thalesgroup.gemalto.d1.clicktopay.BillingAddress, D1Task.Callback)
    com.thalesgroup.gemalto.d1.card.D1ClickToPay.optOutCard(String, D1Task.Callback<D1ClickToPay.Status>)
    Please use new API: ClickToPayService.optOutCard(String, D1Task.Callback)
    com.thalesgroup.gemalto.d1.card.D1PushToECommerce.pushToClick2PayMC(String, ConsumerInfo, String, String, D1Task.Callback<Void>)
    Please use new API: ClickToPayService.enrol(String, com.thalesgroup.gemalto.d1.clicktopay.ConsumerInfo, String, com.thalesgroup.gemalto.d1.clicktopay.BillingAddress, D1Task.Callback)
    com.thalesgroup.gemalto.d1.D1Exception.ErrorCode.getCode()
    Please use the new API: D1Exception.getMessage().
    com.thalesgroup.gemalto.d1.d1pay.D1PayConfigParams.setPollingEndTimeForDigitization(int)
    This API is deprecated as of version 4.1.0. With the introduction of this version, digitization is performed without push notifications, eliminating the need for push notifications or polling to complete the digitization process. Therefore, this API is no longer necessary. Integrator shall rely on success callback of D1Task.D1PayWallet.addDigitalCard() for completing of digitization process.
    com.thalesgroup.gemalto.d1.d1pay.D1PayConfigParams.setPollingIntervalForDigitization(int)
    This API is deprecated as of version 4.1.0. With the introduction of this version, digitization is performed without push notifications, eliminating the need for push notifications or polling to complete the digitization process. Therefore, this API is no longer necessary. Integrator shall rely on the success callback of D1Task.D1PayWallet.addDigitalCard() to complete the digitization process.
    com.thalesgroup.gemalto.d1.D1Task.Builder.enableSecureLog(boolean)
    from 4.3.0, use D1Task.Builder.disableLogService() instead
    com.thalesgroup.gemalto.d1.D1Task.getD1ClickToPay()
    Please use new API: D1Task.getClickToPayService()
    com.thalesgroup.gemalto.d1.D1Task.getD1PushToECommerce()
    Please use new API: D1Task.getD1ClickToPay()
    com.thalesgroup.gemalto.d1.D1Task.getSecureLog()
    from 4.3.0, use D1Task.getLogService() instead
  • Deprecated Constructors
    Constructor
    Description
    com.thalesgroup.gemalto.d1.card.ConsumerInfo(String, String, String, String, String, String)
    Please use new API: ConsumerInfo(String, String, String, String, String, String, String)
  • Deprecated 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

Copyright © 2026 THALES. All rights reserved.