Interface ThreeDS2Service.InitializationCallback

Enclosing interface:
ThreeDS2Service

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

    Modifier and Type
    Method
    Description
    void
    This method is called when the initialization of the 3DS SDK is completed.
    void
    onError(Throwable throwable)
    Called when an error has occurred during the initialization of the 3DS SDK.
  • Method Details

    • onCompleted

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

      void onError(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.