Class OnlineBankingComponent

  • All Implemented Interfaces:
    com.adyen.checkout.action.core.internal.ActionHandlingComponent , com.adyen.checkout.components.core.internal.ButtonComponent , com.adyen.checkout.components.core.internal.Component , com.adyen.checkout.components.core.internal.PaymentComponent , com.adyen.checkout.ui.core.internal.ui.ViewableComponent

    
    public abstract class OnlineBankingComponent<IssuerListPaymentMethodT extends IssuerListPaymentMethod, ComponentStateT extends PaymentComponentState<IssuerListPaymentMethodT>>
    extends ViewModel implements PaymentComponent, ViewableComponent, ButtonComponent, ActionHandlingComponent
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ComponentDelegate delegate
      private final Flow<ComponentViewType> viewFlow
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ComponentDelegate getDelegate()
      Flow<ComponentViewType> getViewFlow()
      Boolean isConfirmationRequired()
      Unit submit()
      Unit setInteractionBlocked(Boolean isInteractionBlocked)
      • Methods inherited from class androidx.lifecycle.ViewModel

        addCloseable, addCloseable, getCloseable
      • Methods inherited from class com.adyen.checkout.action.core.internal.ActionHandlingComponent

        canHandleAction, handleAction, handleIntent, setOnRedirectListener
      • Methods inherited from class java.lang.Object

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