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