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