Class PayByBankComponentProvider
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.provider.ComponentProvider,com.adyen.checkout.components.core.internal.provider.PaymentComponentProvider,com.adyen.checkout.sessions.core.internal.provider.SessionPaymentComponentProvider
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class PayByBankComponentProvider implements PaymentComponentProvider<PayByBankComponent, PayByBankConfiguration, PayByBankComponentState, ComponentCallback<PayByBankComponentState>>, SessionPaymentComponentProvider<PayByBankComponent, PayByBankConfiguration, PayByBankComponentState, SessionComponentCallback<PayByBankComponentState>>
-
-
Constructor Summary
Constructors Constructor Description PayByBankComponentProvider(ComponentParams overrideComponentParams, SessionParams overrideSessionParams)
-
Method Summary
Modifier and Type Method Description PayByBankComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, PayByBankConfiguration configuration, Application application, ComponentCallback<PayByBankComponentState> componentCallback, OrderRequest order, String key)PayByBankComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, PayByBankConfiguration configuration, Application application, SessionComponentCallback<PayByBankComponentState> componentCallback, String key)BooleanisPaymentMethodSupported(PaymentMethod paymentMethod)-
Methods inherited from class com.adyen.checkout.components.core.internal.provider.PaymentComponentProvider
get, get -
Methods inherited from class com.adyen.checkout.sessions.core.internal.provider.SessionPaymentComponentProvider
get, get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
get
PayByBankComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, PayByBankConfiguration configuration, Application application, ComponentCallback<PayByBankComponentState> componentCallback, OrderRequest order, String key)
-
get
PayByBankComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, PayByBankConfiguration configuration, Application application, SessionComponentCallback<PayByBankComponentState> componentCallback, String key)
-
isPaymentMethodSupported
Boolean isPaymentMethodSupported(PaymentMethod paymentMethod)
-
-
-
-