-
- All Implemented Interfaces:
-
com.adyen.checkout.components.ComponentProvider,com.adyen.checkout.components.PaymentComponentProvider,com.adyen.checkout.components.StoredPaymentComponentProvider
public final class CashAppPayComponentProvider implements StoredPaymentComponentProvider<CashAppPayComponent, CashAppPayConfiguration>
-
-
Constructor Summary
Constructors Constructor Description CashAppPayComponentProvider()
-
Method Summary
Modifier and Type Method Description <T extends SavedStateRegistryOwner, ViewModelStoreOwner> CashAppPayComponentget(T owner, PaymentMethod paymentMethod, CashAppPayConfiguration configuration)CashAppPayComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, PaymentMethod paymentMethod, CashAppPayConfiguration configuration, Bundle defaultArgs)<T extends SavedStateRegistryOwner, ViewModelStoreOwner> CashAppPayComponentget(T owner, StoredPaymentMethod storedPaymentMethod, CashAppPayConfiguration configuration)<T extends SavedStateRegistryOwner, ViewModelStoreOwner> CashAppPayComponentget(T owner, StoredPaymentMethod storedPaymentMethod, CashAppPayConfiguration configuration, String key)CashAppPayComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, StoredPaymentMethod storedPaymentMethod, CashAppPayConfiguration configuration, Bundle defaultArgs)CashAppPayComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, StoredPaymentMethod storedPaymentMethod, CashAppPayConfiguration configuration, Bundle defaultArgs, String key)-
-
Method Detail
-
get
<T extends SavedStateRegistryOwner, ViewModelStoreOwner> CashAppPayComponent get(T owner, PaymentMethod paymentMethod, CashAppPayConfiguration configuration)
-
get
CashAppPayComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, PaymentMethod paymentMethod, CashAppPayConfiguration configuration, Bundle defaultArgs)
-
get
<T extends SavedStateRegistryOwner, ViewModelStoreOwner> CashAppPayComponent get(T owner, StoredPaymentMethod storedPaymentMethod, CashAppPayConfiguration configuration)
-
get
<T extends SavedStateRegistryOwner, ViewModelStoreOwner> CashAppPayComponent get(T owner, StoredPaymentMethod storedPaymentMethod, CashAppPayConfiguration configuration, String key)
-
get
CashAppPayComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, StoredPaymentMethod storedPaymentMethod, CashAppPayConfiguration configuration, Bundle defaultArgs)
-
get
CashAppPayComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, StoredPaymentMethod storedPaymentMethod, CashAppPayConfiguration configuration, Bundle defaultArgs, String key)
-
-
-
-