GiftCardComponentProvider
class GiftCardComponentProvider @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null, localeProvider: LocaleProvider = LocaleProvider()) : PaymentComponentProvider<GiftCardComponent, GiftCardConfiguration, GiftCardComponentState, GiftCardComponentCallback> , SessionPaymentComponentProvider<GiftCardComponent, GiftCardConfiguration, GiftCardComponentState, SessionsGiftCardComponentCallback>
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: GiftCardComponentCallback, order: Order?, key: String?): GiftCardComponent
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, configuration: GiftCardConfiguration, callback: GiftCardComponentCallback, order: Order?, key: String?): GiftCardComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: GiftCardComponentCallback, order: Order?, key: String?): GiftCardComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, configuration: GiftCardConfiguration, callback: GiftCardComponentCallback, order: Order?, key: String?): GiftCardComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: GiftCardComponentCallback, order: Order?, key: String?): GiftCardComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, configuration: GiftCardConfiguration, application: Application, componentCallback: GiftCardComponentCallback, order: Order?, key: String?): GiftCardComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: SessionsGiftCardComponentCallback, key: String?): GiftCardComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: GiftCardConfiguration, application: Application, componentCallback: SessionsGiftCardComponentCallback, key: String?): GiftCardComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionsGiftCardComponentCallback, key: String?): GiftCardComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionsGiftCardComponentCallback, key: String?): GiftCardComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionsGiftCardComponentCallback, key: String?): GiftCardComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: GiftCardConfiguration, componentCallback: SessionsGiftCardComponentCallback, key: String?): GiftCardComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionsGiftCardComponentCallback, key: String?): GiftCardComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: GiftCardConfiguration, componentCallback: SessionsGiftCardComponentCallback, key: String?): GiftCardComponent
Link copied to clipboard