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