Interface GiftCardDelegate

  • All Implemented Interfaces:
    com.adyen.checkout.components.core.internal.ui.ComponentDelegate , com.adyen.checkout.components.core.internal.ui.PaymentComponentDelegate , com.adyen.checkout.ui.core.internal.ui.ButtonDelegate , com.adyen.checkout.ui.core.internal.ui.UIStateDelegate , com.adyen.checkout.ui.core.internal.ui.ViewProvidingDelegate

    @RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) 
    public interface GiftCardDelegate
     implements PaymentComponentDelegate<GiftCardComponentState>, ViewProvidingDelegate, ButtonDelegate, UIStateDelegate
                        
    • 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 updateInputData(Function1<GiftCardInputData, Unit> update)
      abstract Unit setInteractionBlocked(Boolean isInteractionBlocked)
      abstract Unit resolveBalanceResult(BalanceResult balanceResult)
      abstract Unit resolveOrderResponse(OrderResponse orderResponse)
      abstract Boolean isPinRequired()
      abstract GiftCardOutputData getOutputData()
      abstract Flow<GiftCardOutputData> getOutputDataFlow()
      abstract Flow<GiftCardComponentState> getComponentStateFlow()
      abstract Flow<CheckoutException> getExceptionFlow()
      • Methods inherited from class com.adyen.checkout.components.core.internal.ui.PaymentComponentDelegate

        getPaymentMethodType, getSubmitFlow, observe, removeObserver
      • Methods inherited from class com.adyen.checkout.components.core.internal.ui.ComponentDelegate

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

        isConfirmationRequired, onSubmit, shouldShowSubmitButton
      • Methods inherited from class com.adyen.checkout.ui.core.internal.ui.ViewProvidingDelegate

        getViewFlow
      • Methods inherited from class com.adyen.checkout.ui.core.internal.ui.UIStateDelegate

        getUiEventFlow, getUiStateFlow
      • Methods inherited from class java.lang.Object

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