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.

Functions

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

Adds a product to the shopping cart.