Package com.adyen.checkout.molpay
Class MolpayComponent
-
- 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 MolpayComponent extends IssuerListComponent<MolpayPaymentMethod, MolpayComponentState>
A PaymentComponent that supports the PaymentMethodTypes.MOLPAY_MALAYSIA, PaymentMethodTypes.MOLPAY_THAILAND and PaymentMethodTypes.MOLPAY_VIETNAM payment methods.
-
-
Field Summary
Fields Modifier and Type Field Description public final static MolpayComponentProviderPROVIDERpublic final static List<String>PAYMENT_METHOD_TYPESprivate final ComponentDelegatedelegateprivate final Flow<ComponentViewType>viewFlow
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.adyen.checkout.issuerlist.internal.IssuerListComponent
getDelegate, getViewFlow, isConfirmationRequired, setInteractionBlocked, submit -
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
-
-