Interface ActionDelegate

    • 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
      abstract Unit handleAction(Action action, Activity activity)
      Unit onError(CheckoutException e) Override this method if you need to emit to the exceptionFlow from outside of this class.
      abstract Unit observe(LifecycleOwner lifecycleOwner, CoroutineScope coroutineScope, Function1<ActionComponentEvent, Unit> callback)
      abstract Unit removeObserver()
      abstract Flow<CheckoutException> getExceptionFlow()
      • Methods inherited from class com.adyen.checkout.components.core.internal.ui.ComponentDelegate

        getComponentParams, initialize, onCleared
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait