AiutaShareFeatureDataProviderCustom

Interface for providing custom share text in the SDK.

This interface allows customization of the text that appears when sharing generated images or try-on results, enabling integration with external text generation or localization systems.

Functions

Link copied to clipboard
abstract suspend fun getShareText(productIds: List<String>): String

Generates share text for the given product IDs.