GalleryDetailPlatformActions

Defines the GalleryDetailPlatformActions contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Functions

Link copied to clipboard
abstract suspend fun copyText(text: String): GalleryDetailActionResult

Executes the copyText step in the SDAI presentation layer.

Link copied to clipboard
abstract suspend fun saveImage(base64: String): GalleryDetailActionResult

Performs the SDAI side effect handled by saveImage.

Link copied to clipboard
abstract suspend fun shareImage(base64: String): GalleryDetailActionResult

Performs the SDAI side effect handled by shareImage.

Link copied to clipboard
abstract suspend fun shareText(text: String): GalleryDetailActionResult

Performs the SDAI side effect handled by shareText.