Class OnlineBankingSKComponent

  • 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 final class OnlineBankingSKComponent
    extends OnlineBankingComponent<OnlineBankingSKPaymentMethod, OnlineBankingSKComponentState>
                        

    A PaymentComponent that supports the PaymentMethodTypes.ONLINE_BANKING_SK payment method.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class 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.onlinebankingcore.internal.OnlineBankingComponent

        getDelegate, getViewFlow, isConfirmationRequired, setInteractionBlocked, submit
      • Methods inherited from class com.adyen.checkout.action.core.internal.ActionHandlingComponent

        canHandleAction, handleAction, handleIntent, setOnRedirectListener
      • Methods inherited from class androidx.lifecycle.ViewModel

        addCloseable
      • Methods inherited from class java.lang.Object

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

    • Method Detail