Class OnlineBankingComponentProvider
-
- 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
public abstract class OnlineBankingComponentProvider<ComponentT extends OnlineBankingComponent<PaymentMethodT, ComponentStateT>, ConfigurationT extends OnlineBankingConfiguration, PaymentMethodT extends IssuerListPaymentMethod, ComponentStateT extends PaymentComponentState<PaymentMethodT>> implements PaymentComponentProvider<ComponentT, ConfigurationT, ComponentStateT, ComponentCallback<ComponentStateT>>, SessionPaymentComponentProvider<ComponentT, ConfigurationT, ComponentStateT, SessionComponentCallback<ComponentStateT>>
-
-
Constructor Summary
Constructors Constructor Description OnlineBankingComponentProvider(Class<ComponentT> componentClass, DropInOverrideParams dropInOverrideParams, AnalyticsRepository analyticsRepository, LocaleProvider localeProvider)
-
Method Summary
Modifier and Type Method Description ComponentTget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<ComponentStateT> componentCallback, OrderRequest order, String key)ComponentTget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, ConfigurationT configuration, Application application, ComponentCallback<ComponentStateT> componentCallback, OrderRequest order, String key)ComponentTget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<ComponentStateT> componentCallback, String key)ComponentTget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, ConfigurationT configuration, Application application, SessionComponentCallback<ComponentStateT> componentCallback, String key)BooleanisPaymentMethodSupported(PaymentMethod paymentMethod)-
Methods inherited from class com.adyen.checkout.components.core.internal.provider.PaymentComponentProvider
get, get, get, get -
Methods inherited from class com.adyen.checkout.sessions.core.internal.provider.SessionPaymentComponentProvider
get, get, get, get, get, get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OnlineBankingComponentProvider
OnlineBankingComponentProvider(Class<ComponentT> componentClass, DropInOverrideParams dropInOverrideParams, AnalyticsRepository analyticsRepository, LocaleProvider localeProvider)
-
-
Method Detail
-
get
ComponentT get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<ComponentStateT> componentCallback, OrderRequest order, String key)
-
get
ComponentT get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, ConfigurationT configuration, Application application, ComponentCallback<ComponentStateT> componentCallback, OrderRequest order, String key)
-
get
ComponentT get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<ComponentStateT> componentCallback, String key)
-
get
ComponentT get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, ConfigurationT configuration, Application application, SessionComponentCallback<ComponentStateT> componentCallback, String key)
-
isPaymentMethodSupported
Boolean isPaymentMethodSupported(PaymentMethod paymentMethod)
-
-
-
-