ProductGenerationMeta

class ProductGenerationMeta(val mode: AiutaAnalyticsMode? = null)

Optional meta information passed alongside a ProductGenerationContainer.

Carries extra, non-essential context about the generation flow that is used to enrich analytics events emitted from the core layer (which has no access to the UI controller). Currently holds the resolved try-on mode.

Constructors

Link copied to clipboard
constructor(mode: AiutaAnalyticsMode? = null)

Properties

Link copied to clipboard

Active try-on mode for the flow, or null when not applicable.