ProductConfiguration

class ProductConfiguration(val productsForGeneration: List<ProductItem>)

Configuration for product generation used by the try-on module.

This immutable class describes the set of products that should be generated or used when composing a virtual try-on scene.

Constructors

Link copied to clipboard
constructor(productsForGeneration: List<ProductItem>)

Properties

Link copied to clipboard

list of child product that should be generated. Should not be empty. Depends on size - will see Single Try-on or Multi-Try-on experience