generationsHistory
inline fun AiutaTryOnFeature.Builder.generationsHistory(block: AiutaTryOnGenerationsHistoryFeature.Builder.() -> Unit): AiutaTryOnFeature.Builder
DSL function for configuring the generations history feature.
This function allows for DSL-style configuration of the generations history feature within the try-on feature configuration.
tryOn {
generationsHistory {
icons = ...
strings = ...
dataProvider = ...
}
}
Content copied to clipboard
Return
The updated try-on feature builder
Parameters
block
Configuration block for the generations history feature