Interface RecurrentIntentResultFactory

All Known Implementing Classes:
RecurrentIntentResultForwardThreeDsParamsFactory, SimpleRecurrentIntentResultFactory

public interface RecurrentIntentResultFactory
  • Method Details

    • createIntentWithSuspension

      dev.vality.damsel.proxy_provider.RecurrentTokenIntent createIntentWithSuspension​(ExitStateModel exitStateModel)
    • createSleepIntentForReinvocation

      dev.vality.damsel.proxy_provider.RecurrentTokenIntent createSleepIntentForReinvocation()
    • createSleepIntentWithExponentialPolling

      dev.vality.damsel.proxy_provider.RecurrentTokenIntent createSleepIntentWithExponentialPolling​(ExitStateModel exitStateModel)
    • createFinishIntent

      dev.vality.damsel.proxy_provider.RecurrentTokenIntent createFinishIntent​(String recToken)
    • createFinishIntentFailed

      dev.vality.damsel.proxy_provider.RecurrentTokenIntent createFinishIntentFailed​(String errorCode, String errorMessage)