Package com.adyen.checkout.paybybank
Class PayByBankComponent
-
- All Implemented Interfaces:
-
com.adyen.checkout.action.core.internal.ActionHandlingComponent,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 PayByBankComponent extends ViewModel implements PaymentComponent, ViewableComponent, ActionHandlingComponent
A PaymentComponent that supports the PaymentMethodTypes.PAY_BY_BANK payment method.
-
-
Field Summary
Fields Modifier and Type Field Description public final static PayByBankComponentProviderPROVIDERpublic final static List<String>PAYMENT_METHOD_TYPESprivate final ComponentDelegatedelegateprivate final Flow<ComponentViewType>viewFlow
-
Method Summary
Modifier and Type Method Description ComponentDelegategetDelegate()Flow<ComponentViewType>getViewFlow()UnitsetInteractionBlocked(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
-
-
Method Detail
-
getDelegate
ComponentDelegate getDelegate()
-
getViewFlow
Flow<ComponentViewType> getViewFlow()
-
setInteractionBlocked
Unit setInteractionBlocked(Boolean isInteractionBlocked)
-
-
-
-