PayByBankUSComponentProvider
class PayByBankUSComponentProvider @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null, localeProvider: LocaleProvider = LocaleProvider()) : PaymentComponentProvider<PayByBankUSComponent, PayByBankUSConfiguration, PayByBankUSComponentState, ComponentCallback<PayByBankUSComponentState>> , StoredPaymentComponentProvider<PayByBankUSComponent, PayByBankUSConfiguration, PayByBankUSComponentState, ComponentCallback<PayByBankUSComponentState>> , SessionPaymentComponentProvider<PayByBankUSComponent, PayByBankUSConfiguration, PayByBankUSComponentState, SessionComponentCallback<PayByBankUSComponentState>> , SessionStoredPaymentComponentProvider<PayByBankUSComponent, PayByBankUSConfiguration, PayByBankUSComponentState, SessionComponentCallback<PayByBankUSComponentState>>
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<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, configuration: PayByBankUSConfiguration, callback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, configuration: PayByBankUSConfiguration, callback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, storedPaymentMethod: StoredPaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, storedPaymentMethod: StoredPaymentMethod, configuration: PayByBankUSConfiguration, callback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, storedPaymentMethod: StoredPaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, storedPaymentMethod: StoredPaymentMethod, configuration: PayByBankUSConfiguration, callback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, configuration: PayByBankUSConfiguration, application: Application, componentCallback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, storedPaymentMethod: StoredPaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, storedPaymentMethod: StoredPaymentMethod, configuration: PayByBankUSConfiguration, application: Application, componentCallback: ComponentCallback<PayByBankUSComponentState>, order: Order?, key: String?): PayByBankUSComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: PayByBankUSConfiguration, application: Application, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, storedPaymentMethod: StoredPaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, storedPaymentMethod: StoredPaymentMethod, configuration: PayByBankUSConfiguration, application: Application, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: PayByBankUSConfiguration, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: PayByBankUSConfiguration, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, storedPaymentMethod: StoredPaymentMethod, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, storedPaymentMethod: StoredPaymentMethod, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, storedPaymentMethod: StoredPaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, storedPaymentMethod: StoredPaymentMethod, configuration: PayByBankUSConfiguration, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, storedPaymentMethod: StoredPaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, storedPaymentMethod: StoredPaymentMethod, configuration: PayByBankUSConfiguration, componentCallback: SessionComponentCallback<PayByBankUSComponentState>, key: String?): PayByBankUSComponent
Link copied to clipboard