Interface ThreeDS2Service.InitializationCallback

  • Enclosing interface:
    ThreeDS2Service

    public static interface ThreeDS2Service.InitializationCallback
    3DS SDK Initialization Callback.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onCompleted()
      This method is called when the initialization of the 3DS SDK is completed.
      void onError​(java.lang.Throwable throwable)
      Called when an error has occurred during the initialization of the 3DS SDK.
    • Method Detail

      • onCompleted

        void onCompleted()
        This method is called when the initialization of the 3DS SDK is completed.
      • onError

        void onError​(java.lang.Throwable throwable)
        Called when an error has occurred during the initialization of the 3DS SDK.
        Parameters:
        throwable - Throwable which can be one of the following InvalidInputException if invalid input is provided. SDKAlreadyInitializedException is SDK is already initialized. SDKRuntimeException if 3DS SDK encounters internal error.