Constructors

Link copied to clipboard
constructor(    dropInOverrideParams: DropInOverrideParams? = null,     analyticsManager: AnalyticsManager? = null,     localeProvider: LocaleProvider = LocaleProvider())

Functions

Link copied to clipboard
open fun get(    activity: ComponentActivity,     paymentMethod: PaymentMethod,     checkoutConfiguration: CheckoutConfiguration,     callback: ComponentCallback<PayByBankComponentState>,     order: Order?,     key: String?): PayByBankComponent
open fun get(    activity: ComponentActivity,     paymentMethod: PaymentMethod,     configuration: PayByBankConfiguration,     callback: ComponentCallback<PayByBankComponentState>,     order: Order?,     key: String?): PayByBankComponent
open fun get(    fragment: Fragment,     paymentMethod: PaymentMethod,     checkoutConfiguration: CheckoutConfiguration,     callback: ComponentCallback<PayByBankComponentState>,     order: Order?,     key: String?): PayByBankComponent
open fun get(    fragment: Fragment,     paymentMethod: PaymentMethod,     configuration: PayByBankConfiguration,     callback: ComponentCallback<PayByBankComponentState>,     order: Order?,     key: String?): PayByBankComponent
open override fun get(    savedStateRegistryOwner: SavedStateRegistryOwner,     viewModelStoreOwner: ViewModelStoreOwner,     lifecycleOwner: LifecycleOwner,     paymentMethod: PaymentMethod,     checkoutConfiguration: CheckoutConfiguration,     application: Application,     componentCallback: ComponentCallback<PayByBankComponentState>,     order: Order?,     key: String?): PayByBankComponent
open override fun get(    savedStateRegistryOwner: SavedStateRegistryOwner,     viewModelStoreOwner: ViewModelStoreOwner,     lifecycleOwner: LifecycleOwner,     paymentMethod: PaymentMethod,     configuration: PayByBankConfiguration,     application: Application,     componentCallback: ComponentCallback<PayByBankComponentState>,     order: Order?,     key: String?): PayByBankComponent
open override fun get(    savedStateRegistryOwner: SavedStateRegistryOwner,     viewModelStoreOwner: ViewModelStoreOwner,     lifecycleOwner: LifecycleOwner,     checkoutSession: CheckoutSession,     paymentMethod: PaymentMethod,     checkoutConfiguration: CheckoutConfiguration,     application: Application,     componentCallback: SessionComponentCallback<PayByBankComponentState>,     key: String?): PayByBankComponent
open override fun get(    savedStateRegistryOwner: SavedStateRegistryOwner,     viewModelStoreOwner: ViewModelStoreOwner,     lifecycleOwner: LifecycleOwner,     checkoutSession: CheckoutSession,     paymentMethod: PaymentMethod,     configuration: PayByBankConfiguration,     application: Application,     componentCallback: SessionComponentCallback<PayByBankComponentState>,     key: String?): PayByBankComponent
open fun get(    activity: ComponentActivity,     checkoutSession: CheckoutSession,     paymentMethod: PaymentMethod,     componentCallback: SessionComponentCallback<PayByBankComponentState>,     key: String?): PayByBankComponent
open fun get(    fragment: Fragment,     checkoutSession: CheckoutSession,     paymentMethod: PaymentMethod,     componentCallback: SessionComponentCallback<PayByBankComponentState>,     key: String?): PayByBankComponent
open fun get(    activity: ComponentActivity,     checkoutSession: CheckoutSession,     paymentMethod: PaymentMethod,     checkoutConfiguration: CheckoutConfiguration,     componentCallback: SessionComponentCallback<PayByBankComponentState>,     key: String?): PayByBankComponent
open fun get(    activity: ComponentActivity,     checkoutSession: CheckoutSession,     paymentMethod: PaymentMethod,     configuration: PayByBankConfiguration,     componentCallback: SessionComponentCallback<PayByBankComponentState>,     key: String?): PayByBankComponent
open fun get(    fragment: Fragment,     checkoutSession: CheckoutSession,     paymentMethod: PaymentMethod,     checkoutConfiguration: CheckoutConfiguration,     componentCallback: SessionComponentCallback<PayByBankComponentState>,     key: String?): PayByBankComponent
open fun get(    fragment: Fragment,     checkoutSession: CheckoutSession,     paymentMethod: PaymentMethod,     configuration: PayByBankConfiguration,     componentCallback: SessionComponentCallback<PayByBankComponentState>,     key: String?): PayByBankComponent
Link copied to clipboard
open override fun isPaymentMethodSupported(paymentMethod: PaymentMethod): Boolean