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