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