Interface Adyen3DS2Delegate

  • All Implemented Interfaces:
    com.adyen.checkout.components.core.internal.ui.ActionDelegate , com.adyen.checkout.components.core.internal.ui.ComponentDelegate , com.adyen.checkout.components.core.internal.ui.DetailsEmittingDelegate , com.adyen.checkout.components.core.internal.ui.IntentHandlingDelegate , com.adyen.checkout.components.core.internal.ui.RedirectableDelegate , com.adyen.checkout.ui.core.internal.ui.ViewProvidingDelegate

    @RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) 
    public interface Adyen3DS2Delegate
     implements ActionDelegate, DetailsEmittingDelegate, IntentHandlingDelegate, ViewProvidingDelegate, RedirectableDelegate
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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 com.adyen.checkout.components.core.internal.ui.ActionDelegate

        getExceptionFlow, handleAction, observe, onError, removeObserver
      • Methods inherited from class com.adyen.checkout.components.core.internal.ui.ComponentDelegate

        getComponentParams, initialize, onCleared
      • Methods inherited from class com.adyen.checkout.components.core.internal.ui.IntentHandlingDelegate

        handleIntent
      • Methods inherited from class com.adyen.checkout.components.core.internal.ui.RedirectableDelegate

        setOnRedirectListener
      • Methods inherited from class com.adyen.checkout.components.core.internal.ui.DetailsEmittingDelegate

        getDetailsFlow
      • Methods inherited from class com.adyen.checkout.ui.core.internal.ui.ViewProvidingDelegate

        getViewFlow
      • Methods inherited from class java.lang.Object

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

    • Method Detail