Package 

Interface ThreeDSWorkflowListener

    • 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 Activity onThreeDSChallengeRequired() Called before starting the authentication process of 3-D Secure transaction.
      ThreeDSConfig onThreeDSConfigRequired() Called before initialization of com.oppwa.mobile.connect.threeds.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onThreeDSChallengeRequired

         abstract Activity onThreeDSChallengeRequired()

        Called before starting the authentication process of 3-D Secure transaction. Use this callback to provide Activity, which will be used for 3-D Secure challenge process.

      • onThreeDSConfigRequired

         ThreeDSConfig onThreeDSConfigRequired()

        Called before initialization of com.oppwa.mobile.connect.threeds.OppThreeDSService. Use this callback to provide ThreeDSConfig configuration to be applied during service initialization phase.