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