Interface TwintActionDelegate
-
- 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.StatusPollingDelegate,com.adyen.checkout.ui.core.internal.ui.ViewProvidingDelegate
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface TwintActionDelegate implements ActionDelegate, DetailsEmittingDelegate, StatusPollingDelegate, ViewProvidingDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnithandleTwintResult(TwintPayResult result)abstract Flow<TwintFlowType>getPayEventFlow()-
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.StatusPollingDelegate
getTimerFlow, refreshStatus -
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
-
-
Method Detail
-
handleTwintResult
abstract Unit handleTwintResult(TwintPayResult result)
-
getPayEventFlow
abstract Flow<TwintFlowType> getPayEventFlow()
-
-
-
-