BcmcComponentProvider
class BcmcComponentProvider @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null, localeProvider: LocaleProvider = LocaleProvider()) : PaymentComponentProvider<BcmcComponent, BcmcConfiguration, BcmcComponentState, ComponentCallback<BcmcComponentState>> , SessionPaymentComponentProvider<BcmcComponent, BcmcConfiguration, BcmcComponentState, SessionComponentCallback<BcmcComponentState>>
Constructors
Link copied to clipboard
constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null, localeProvider: LocaleProvider = LocaleProvider())
Functions
Link copied to clipboard
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, configuration: BcmcConfiguration, application: Application, componentCallback: ComponentCallback<BcmcComponentState>, order: Order?, key: String?): BcmcComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: ComponentCallback<BcmcComponentState>, order: Order?, key: String?): BcmcComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: BcmcConfiguration, application: Application, componentCallback: SessionComponentCallback<BcmcComponentState>, key: String?): BcmcComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: SessionComponentCallback<BcmcComponentState>, key: String?): BcmcComponent
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, configuration: BcmcConfiguration, callback: ComponentCallback<BcmcComponentState>, order: Order?, key: String?): BcmcComponent
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<BcmcComponentState>, order: Order?, key: String?): BcmcComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, configuration: BcmcConfiguration, callback: ComponentCallback<BcmcComponentState>, order: Order?, key: String?): BcmcComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<BcmcComponentState>, order: Order?, key: String?): BcmcComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<BcmcComponentState>, key: String?): BcmcComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<BcmcComponentState>, key: String?): BcmcComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: BcmcConfiguration, componentCallback: SessionComponentCallback<BcmcComponentState>, key: String?): BcmcComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<BcmcComponentState>, key: String?): BcmcComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: BcmcConfiguration, componentCallback: SessionComponentCallback<BcmcComponentState>, key: String?): BcmcComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<BcmcComponentState>, key: String?): BcmcComponent
Link copied to clipboard