Skip to content

com.checkout.checkout-sdk-3ds-android 3.1.0

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.checkout</groupId>
  <artifactId>checkout-sdk-3ds-android</artifactId>
  <version>3.1.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Breaking public API Change

  • [REMOVED] Failure type from the ResultType in AuthenticationCallback
  • [CHANGED] ResultType Successful to Completed
  • [ADDED] In AuthenticationCallback, upon receiving ResultType → Completed, we now provide the AuthenticationCompleted object which contains transactionStatus and sdkTransactionId

Improvements

  • We now share transStatus in the AuthenticationCompleted object
  • Added onBackPressedDispatcher to support the behaviour of the system back button and predictive back animation for higher API level versions
  • Marked AuthenticationProcessErrorCodes and ConnectivityErrorCode error codes as public