AiutaTryOnFlow

fun AiutaTryOnFlow(modifier: Modifier = Modifier, aiutaConfiguration: AiutaConfiguration, productForGeneration: ProductItem)

Entry point for the fashion try-on flow.

This composable function initializes and manages the try-on experience.

Parameters

modifier

The modifier to be applied to the layout

aiutaConfiguration

The configuration for the Aiuta SDK

productForGeneration

The product item to be used for try-on generation

See also