ConvenienceStoresJPComponentProvider
class ConvenienceStoresJPComponentProvider @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null) : EContextComponentProvider<ConvenienceStoresJPComponent, ConvenienceStoresJPConfiguration, ConvenienceStoresJPPaymentMethod, ConvenienceStoresJPComponentState>
Constructors
Link copied to clipboard
constructor(dropInOverrideParams: DropInOverrideParams? = null, analyticsManager: AnalyticsManager? = null)
Functions
Link copied to clipboard
open override fun createComponent(delegate: EContextDelegate<ConvenienceStoresJPPaymentMethod, ConvenienceStoresJPComponentState>, genericActionDelegate: GenericActionDelegate, actionHandlingComponent: DefaultActionHandlingComponent, componentEventHandler: ComponentEventHandler<ConvenienceStoresJPComponentState>): ConvenienceStoresJPComponent
Link copied to clipboard
Link copied to clipboard
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<ConvenienceStoresJPComponentState>, order: Order?, key: String?): ConvenienceStoresJPComponent
open fun get(activity: ComponentActivity, paymentMethod: PaymentMethod, configuration: ConvenienceStoresJPConfiguration, callback: ComponentCallback<ConvenienceStoresJPComponentState>, order: Order?, key: String?): ConvenienceStoresJPComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, callback: ComponentCallback<ConvenienceStoresJPComponentState>, order: Order?, key: String?): ConvenienceStoresJPComponent
open fun get(fragment: Fragment, paymentMethod: PaymentMethod, configuration: ConvenienceStoresJPConfiguration, callback: ComponentCallback<ConvenienceStoresJPComponentState>, order: Order?, key: String?): ConvenienceStoresJPComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: ComponentCallback<ConvenienceStoresJPComponentState>, order: Order?, key: String?): ConvenienceStoresJPComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, paymentMethod: PaymentMethod, configuration: ConvenienceStoresJPConfiguration, application: Application, componentCallback: ComponentCallback<ConvenienceStoresJPComponentState>, order: Order?, key: String?): ConvenienceStoresJPComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, application: Application, componentCallback: SessionComponentCallback<ConvenienceStoresJPComponentState>, key: String?): ConvenienceStoresJPComponent
open override fun get(savedStateRegistryOwner: SavedStateRegistryOwner, viewModelStoreOwner: ViewModelStoreOwner, lifecycleOwner: LifecycleOwner, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: ConvenienceStoresJPConfiguration, application: Application, componentCallback: SessionComponentCallback<ConvenienceStoresJPComponentState>, key: String?): ConvenienceStoresJPComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<ConvenienceStoresJPComponentState>, key: String?): ConvenienceStoresJPComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, componentCallback: SessionComponentCallback<ConvenienceStoresJPComponentState>, key: String?): ConvenienceStoresJPComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<ConvenienceStoresJPComponentState>, key: String?): ConvenienceStoresJPComponent
open fun get(activity: ComponentActivity, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: ConvenienceStoresJPConfiguration, componentCallback: SessionComponentCallback<ConvenienceStoresJPComponentState>, key: String?): ConvenienceStoresJPComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, checkoutConfiguration: CheckoutConfiguration, componentCallback: SessionComponentCallback<ConvenienceStoresJPComponentState>, key: String?): ConvenienceStoresJPComponent
open fun get(fragment: Fragment, checkoutSession: CheckoutSession, paymentMethod: PaymentMethod, configuration: ConvenienceStoresJPConfiguration, componentCallback: SessionComponentCallback<ConvenienceStoresJPComponentState>, key: String?): ConvenienceStoresJPComponent
Link copied to clipboard
Link copied to clipboard