AiutaTryOnGenerationsHistoryFeature
class AiutaTryOnGenerationsHistoryFeature(val icons: AiutaTryOnGenerationsHistoryFeatureIcons, val strings: AiutaTryOnGenerationsHistoryFeatureStrings, val dataProvider: AiutaTryOnGenerationsHistoryFeatureDataProvider) : AiutaFeature
Configuration for the try-on generations history feature.
This feature manages the display and interaction with previously generated try-on results, allowing users to view and manage their try-on history.
Required components:
icons: Icon resources for the history interface
strings: Text content for the history interface
dataProvider: Provider for accessing and managing history data
Constructors
Link copied to clipboard
constructor(icons: AiutaTryOnGenerationsHistoryFeatureIcons, strings: AiutaTryOnGenerationsHistoryFeatureStrings, dataProvider: AiutaTryOnGenerationsHistoryFeatureDataProvider)
Types
Link copied to clipboard
Builder for creating AiutaTryOnGenerationsHistoryFeature instances.