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.

Return

The generated share text

Parameters

productIds

List of product identifiers to generate share text for

Functions

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