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