Class ResultType

  • All Implemented Interfaces:

    
    public class ResultType
    
                        

    This enum holds the type of the result for the authentication process.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class ResultType.Completed

      Authentication was successful. You can proceed with the next step in your payment flow.

      public class ResultType.Error

      An error occurred during authentication. You will need to handle the error.

    • 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
      • Methods inherited from class java.lang.Object

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

    • Method Detail