-
- All Implemented Interfaces:
-
com.adyen.checkout.components.ComponentProvider,com.adyen.checkout.components.PaymentComponentProvider
public final class GiftCardComponentProvider implements PaymentComponentProvider<GiftCardComponent, GiftCardConfiguration>
-
-
Constructor Summary
Constructors Constructor Description GiftCardComponentProvider()
-
Method Summary
Modifier and Type Method Description <T extends SavedStateRegistryOwner, ViewModelStoreOwner> GiftCardComponentget(T owner, PaymentMethod paymentMethod, GiftCardConfiguration configuration)GiftCardComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, PaymentMethod paymentMethod, GiftCardConfiguration configuration, Bundle defaultArgs)-
-
Method Detail
-
get
<T extends SavedStateRegistryOwner, ViewModelStoreOwner> GiftCardComponent get(T owner, PaymentMethod paymentMethod, GiftCardConfiguration configuration)
-
get
GiftCardComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, PaymentMethod paymentMethod, GiftCardConfiguration configuration, Bundle defaultArgs)
-
-
-
-