AiutaTryOnCartFeatureHandler

Interface for handling cart-related actions in the try-on feature.

This interface defines the contract for implementing cart functionality, allowing integration with external shopping cart systems.

Parameters

productId

Identifier of the product to add to cart

Functions

Link copied to clipboard
abstract fun addToCart(productId: String)