Interface ChallengeStatusHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onCompletion(ChallengeResult result) This method will be called when:
      • challenge process is completed successfully.

      • Cardholder selects the option to cancel the transaction in the challenge screen.

      • 3DS SDK receives an erroneous message from the ACS.

      • 3DS SDK encounters errors during the challenge process.

      • challenge process exceeds the timeout specified in the call for Transaction.doChallenge.

      When the ChallengeResult is Completed the transactionStatus is made available to be sent to Adyen Server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onCompletion

         abstract Unit onCompletion(ChallengeResult result)

        This method will be called when:

        • challenge process is completed successfully.

        • Cardholder selects the option to cancel the transaction in the challenge screen.

        • 3DS SDK receives an erroneous message from the ACS.

        • 3DS SDK encounters errors during the challenge process.

        • challenge process exceeds the timeout specified in the call for Transaction.doChallenge.

        When the ChallengeResult is Completed the transactionStatus is made available to be sent to Adyen Server.

        When the ChallengeResult is Cancelled or Error or Timeout additionalDetails and the transactionStatus are made available to be sent to Adyen Server.

        Parameters:
        result - The ChallengeResult contains information about the challenge result status.