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