Interface InitializeResult

  • All Implemented Interfaces:

    
    public interface InitializeResult
    
                        

    An object that represents the outcome of the initializing the ThreeDS2Service. Its values can be the following:

    • Completed: the initialization is successful.

    • Failure: An internal error occurred during initialization.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class InitializeResult.Success

      Initialization process is completed successfully.

      public final class InitializeResult.Failure

      An internal error occurred during the initialization process.

    • 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