HistoryFlow

fun HistoryFlow(modifier: Modifier = Modifier, aiutaConfiguration: AiutaConfiguration)

Entry point for the history flow.

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

Parameters

modifier

The modifier to be applied to the layout

aiutaConfiguration

The configuration for the Aiuta SDK

See also