OnlineBankingJPComponentProvider
class OnlineBankingJPComponentProvider @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null) : EContextComponentProvider<OnlineBankingJPComponent, OnlineBankingJPConfiguration, OnlineBankingJPPaymentMethod, OnlineBankingJPComponentState>
Constructors
Link copied to clipboard
constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null)
Functions
Link copied to clipboard
open override fun createComponent(delegate: EContextDelegate<OnlineBankingJPPaymentMethod, OnlineBankingJPComponentState>, genericActionDelegate: GenericActionDelegate, actionHandlingComponent: DefaultActionHandlingComponent, componentEventHandler: ComponentEventHandler<OnlineBankingJPComponentState>): OnlineBankingJPComponent
Link copied to clipboard
Link copied to clipboard
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<OnlineBankingJPComponentState>, order: Order?, key: String?): OnlineBankingJPComponent
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, configuration: OnlineBankingJPConfiguration, callback: ComponentCallback<OnlineBankingJPComponentState>, order: Order?, key: String?): OnlineBankingJPComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<OnlineBankingJPComponentState>, order: Order?, key: String?): OnlineBankingJPComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, configuration: OnlineBankingJPConfiguration, callback: ComponentCallback<OnlineBankingJPComponentState>, order: Order?, key: String?): OnlineBankingJPComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: ComponentCallback<OnlineBankingJPComponentState>, order: Order?, key: String?): OnlineBankingJPComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, configuration: OnlineBankingJPConfiguration, application: Application, componentCallback: ComponentCallback<OnlineBankingJPComponentState>, order: Order?, key: String?): OnlineBankingJPComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: SessionComponentCallback<OnlineBankingJPComponentState>, key: String?): OnlineBankingJPComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: OnlineBankingJPConfiguration, application: Application, componentCallback: SessionComponentCallback<OnlineBankingJPComponentState>, key: String?): OnlineBankingJPComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<OnlineBankingJPComponentState>, key: String?): OnlineBankingJPComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<OnlineBankingJPComponentState>, key: String?): OnlineBankingJPComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<OnlineBankingJPComponentState>, key: String?): OnlineBankingJPComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: OnlineBankingJPConfiguration, componentCallback: SessionComponentCallback<OnlineBankingJPComponentState>, key: String?): OnlineBankingJPComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<OnlineBankingJPComponentState>, key: String?): OnlineBankingJPComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: OnlineBankingJPConfiguration, componentCallback: SessionComponentCallback<OnlineBankingJPComponentState>, key: String?): OnlineBankingJPComponent
Link copied to clipboard
Link copied to clipboard