Constructors

Link copied to clipboard
constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null, localeProvider: LocaleProvider = LocaleProvider())

Functions

Link copied to clipboard
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: MealVoucherFRComponentCallback, order: Order?, key: String?): MealVoucherFRComponent
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, configuration: MealVoucherFRConfiguration, callback: MealVoucherFRComponentCallback, order: Order?, key: String?): MealVoucherFRComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: MealVoucherFRComponentCallback, order: Order?, key: String?): MealVoucherFRComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, configuration: MealVoucherFRConfiguration, callback: MealVoucherFRComponentCallback, order: Order?, key: String?): MealVoucherFRComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: MealVoucherFRComponentCallback, order: Order?, key: String?): MealVoucherFRComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, configuration: MealVoucherFRConfiguration, application: Application, componentCallback: MealVoucherFRComponentCallback, order: Order?, key: String?): MealVoucherFRComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: SessionsMealVoucherFRComponentCallback, key: String?): MealVoucherFRComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: MealVoucherFRConfiguration, application: Application, componentCallback: SessionsMealVoucherFRComponentCallback, key: String?): MealVoucherFRComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionsMealVoucherFRComponentCallback, key: String?): MealVoucherFRComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionsMealVoucherFRComponentCallback, key: String?): MealVoucherFRComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionsMealVoucherFRComponentCallback, key: String?): MealVoucherFRComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: MealVoucherFRConfiguration, componentCallback: SessionsMealVoucherFRComponentCallback, key: String?): MealVoucherFRComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionsMealVoucherFRComponentCallback, key: String?): MealVoucherFRComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: MealVoucherFRConfiguration, componentCallback: SessionsMealVoucherFRComponentCallback, key: String?): MealVoucherFRComponent
Link copied to clipboard
open override fun isPaymentMethodSupported(paymentMethod: PaymentMethod): Boolean