Interface SDKInfo


public interface SDKInfo
Contains information of the current configuration with which the 3DS SDK operates.
  • Method Details

    • getSchemeConfigurations

      List<SchemeInfo> getSchemeConfigurations()
      The current payment scheme configuration of the 3DS SDK.
      Returns:
      list of SchemeInfo with which the 3DS SDK is configured and utilizes during the authentication process.
    • getLicenseExpiryDate

      Date getLicenseExpiryDate()
      Provides the 3DS SDK license expiry date.
      Returns:
      - Date in the future until when the 3DS SDK license is valid. - Date in the past if the 3DS SDK license has expired and the 3DS SDK is in a grace period. Action is needed for renewal of the license. - null if the 3DS SDK is in a trial period.
    • getSupportedProtocolVersions

      List<String> getSupportedProtocolVersions()
      Provides a list of supported EMVCo Protocols by the 3DS SDK.
      Returns:
      list of supported EMVCo Protocols by the 3DS SDK