Class CardComponentProvider
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.provider.ComponentProvider,com.adyen.checkout.components.core.internal.provider.PaymentComponentProvider,com.adyen.checkout.components.core.internal.provider.StoredPaymentComponentProvider,com.adyen.checkout.sessions.core.internal.provider.SessionPaymentComponentProvider,com.adyen.checkout.sessions.core.internal.provider.SessionStoredPaymentComponentProvider
public final class CardComponentProvider implements PaymentComponentProvider<CardComponent, CardConfiguration, CardComponentState, ComponentCallback<CardComponentState>>, StoredPaymentComponentProvider<CardComponent, CardConfiguration, CardComponentState, ComponentCallback<CardComponentState>>, SessionPaymentComponentProvider<CardComponent, CardConfiguration, CardComponentState, SessionComponentCallback<CardComponentState>>, SessionStoredPaymentComponentProvider<CardComponent, CardConfiguration, CardComponentState, SessionComponentCallback<CardComponentState>>
-
-
Constructor Summary
Constructors Constructor Description CardComponentProvider(DropInOverrideParams dropInOverrideParams, AnalyticsManager analyticsManager, LocaleProvider localeProvider)
-
Method Summary
Modifier and Type Method Description CardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<CardComponentState> componentCallback, OrderRequest order, String key)CardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, CardConfiguration configuration, Application application, ComponentCallback<CardComponentState> componentCallback, OrderRequest order, String key)CardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<CardComponentState> componentCallback, String key)CardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, CardConfiguration configuration, Application application, SessionComponentCallback<CardComponentState> componentCallback, String key)CardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, StoredPaymentMethod storedPaymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<CardComponentState> componentCallback, OrderRequest order, String key)CardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, StoredPaymentMethod storedPaymentMethod, CardConfiguration configuration, Application application, ComponentCallback<CardComponentState> componentCallback, OrderRequest order, String key)CardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, StoredPaymentMethod storedPaymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<CardComponentState> componentCallback, String key)CardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, StoredPaymentMethod storedPaymentMethod, CardConfiguration configuration, Application application, SessionComponentCallback<CardComponentState> componentCallback, String key)BooleanisPaymentMethodSupported(PaymentMethod paymentMethod)BooleanisPaymentMethodSupported(StoredPaymentMethod storedPaymentMethod)-
Methods inherited from class com.adyen.checkout.components.core.internal.provider.PaymentComponentProvider
get, get, get, get -
Methods inherited from class com.adyen.checkout.components.core.internal.provider.StoredPaymentComponentProvider
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 com.adyen.checkout.sessions.core.internal.provider.SessionStoredPaymentComponentProvider
get, get, get, get, get, get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
get
CardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<CardComponentState> componentCallback, OrderRequest order, String key)
-
get
CardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, CardConfiguration configuration, Application application, ComponentCallback<CardComponentState> componentCallback, OrderRequest order, String key)
-
get
CardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<CardComponentState> componentCallback, String key)
-
get
CardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, CardConfiguration configuration, Application application, SessionComponentCallback<CardComponentState> componentCallback, String key)
-
get
CardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, StoredPaymentMethod storedPaymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<CardComponentState> componentCallback, OrderRequest order, String key)
-
get
CardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, StoredPaymentMethod storedPaymentMethod, CardConfiguration configuration, Application application, ComponentCallback<CardComponentState> componentCallback, OrderRequest order, String key)
-
get
CardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, StoredPaymentMethod storedPaymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<CardComponentState> componentCallback, String key)
-
get
CardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, StoredPaymentMethod storedPaymentMethod, CardConfiguration configuration, Application application, SessionComponentCallback<CardComponentState> componentCallback, String key)
-
isPaymentMethodSupported
Boolean isPaymentMethodSupported(PaymentMethod paymentMethod)
-
isPaymentMethodSupported
Boolean isPaymentMethodSupported(StoredPaymentMethod storedPaymentMethod)
-
-
-
-