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