Class TwintComponentProvider
-
- 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 TwintComponentProvider implements PaymentComponentProvider<TwintComponent, TwintConfiguration, TwintComponentState, ComponentCallback<TwintComponentState>>, StoredPaymentComponentProvider<TwintComponent, TwintConfiguration, TwintComponentState, ComponentCallback<TwintComponentState>>, SessionPaymentComponentProvider<TwintComponent, TwintConfiguration, TwintComponentState, SessionComponentCallback<TwintComponentState>>, SessionStoredPaymentComponentProvider<TwintComponent, TwintConfiguration, TwintComponentState, SessionComponentCallback<TwintComponentState>>
-
-
Constructor Summary
Constructors Constructor Description TwintComponentProvider(DropInOverrideParams dropInOverrideParams, AnalyticsManager analyticsManager, LocaleProvider localeProvider)
-
Method Summary
Modifier and Type Method Description TwintComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<TwintComponentState> componentCallback, OrderRequest order, String key)TwintComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, TwintConfiguration configuration, Application application, ComponentCallback<TwintComponentState> componentCallback, OrderRequest order, String key)TwintComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, StoredPaymentMethod storedPaymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<TwintComponentState> componentCallback, OrderRequest order, String key)TwintComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, StoredPaymentMethod storedPaymentMethod, TwintConfiguration configuration, Application application, ComponentCallback<TwintComponentState> componentCallback, OrderRequest order, String key)TwintComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<TwintComponentState> componentCallback, String key)TwintComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, TwintConfiguration configuration, Application application, SessionComponentCallback<TwintComponentState> componentCallback, String key)TwintComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, StoredPaymentMethod storedPaymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<TwintComponentState> componentCallback, String key)TwintComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, StoredPaymentMethod storedPaymentMethod, TwintConfiguration configuration, Application application, SessionComponentCallback<TwintComponentState> 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
TwintComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<TwintComponentState> componentCallback, OrderRequest order, String key)
-
get
TwintComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, PaymentMethod paymentMethod, TwintConfiguration configuration, Application application, ComponentCallback<TwintComponentState> componentCallback, OrderRequest order, String key)
-
get
TwintComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, StoredPaymentMethod storedPaymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, ComponentCallback<TwintComponentState> componentCallback, OrderRequest order, String key)
-
get
TwintComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, StoredPaymentMethod storedPaymentMethod, TwintConfiguration configuration, Application application, ComponentCallback<TwintComponentState> componentCallback, OrderRequest order, String key)
-
get
TwintComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<TwintComponentState> componentCallback, String key)
-
get
TwintComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, PaymentMethod paymentMethod, TwintConfiguration configuration, Application application, SessionComponentCallback<TwintComponentState> componentCallback, String key)
-
get
TwintComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, StoredPaymentMethod storedPaymentMethod, CheckoutConfiguration checkoutConfiguration, Application application, SessionComponentCallback<TwintComponentState> componentCallback, String key)
-
get
TwintComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, CheckoutSession checkoutSession, StoredPaymentMethod storedPaymentMethod, TwintConfiguration configuration, Application application, SessionComponentCallback<TwintComponentState> componentCallback, String key)
-
isPaymentMethodSupported
Boolean isPaymentMethodSupported(PaymentMethod paymentMethod)
-
isPaymentMethodSupported
Boolean isPaymentMethodSupported(StoredPaymentMethod storedPaymentMethod)
-
-
-
-