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