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