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<OnlineBankingSKComponentState>, order: Order?, key: String?): OnlineBankingSKComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<OnlineBankingSKComponentState>, order: Order?, key: String?): OnlineBankingSKComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, configuration: OnlineBankingSKConfiguration, callback: ComponentCallback<OnlineBankingSKComponentState>, order: Order?, key: String?): OnlineBankingSKComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: ComponentCallback<OnlineBankingSKComponentState>, order: Order?, key: String?): OnlineBankingSKComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, configuration: OnlineBankingSKConfiguration, application: Application, componentCallback: ComponentCallback<OnlineBankingSKComponentState>, order: Order?, key: String?): OnlineBankingSKComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: SessionComponentCallback<OnlineBankingSKComponentState>, key: String?): OnlineBankingSKComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: OnlineBankingSKConfiguration, application: Application, componentCallback: SessionComponentCallback<OnlineBankingSKComponentState>, key: String?): OnlineBankingSKComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<OnlineBankingSKComponentState>, key: String?): OnlineBankingSKComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<OnlineBankingSKComponentState>, key: String?): OnlineBankingSKComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<OnlineBankingSKComponentState>, key: String?): OnlineBankingSKComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: OnlineBankingSKConfiguration, componentCallback: SessionComponentCallback<OnlineBankingSKComponentState>, key: String?): OnlineBankingSKComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<OnlineBankingSKComponentState>, key: String?): OnlineBankingSKComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: OnlineBankingSKConfiguration, componentCallback: SessionComponentCallback<OnlineBankingSKComponentState>, key: String?): OnlineBankingSKComponent
Link copied to clipboard
open override fun isPaymentMethodSupported(paymentMethod: PaymentMethod): Boolean