AiutaTryOnGenerationsHistoryFeatureDataProviderCustom
interface AiutaTryOnGenerationsHistoryFeatureDataProviderCustom : AiutaTryOnGenerationsHistoryFeatureDataProvider
Custom implementation of AiutaTryOnGenerationsHistoryFeatureDataProvider.
This interface allows for custom implementation of history data management, providing methods to manage generated images and their associated products.
Functions
Link copied to clipboard
abstract suspend fun addGeneratedImages(productIds: List<String>, images: List<AiutaGeneratedImage>)
Adds newly generated images to the history.
Link copied to clipboard
Removes specified images from the history.