NoOpGalleryDetailPlatformActions

Provides the NoOpGalleryDetailPlatformActions singleton used by the SDAI presentation layer.

Author

Dmitriy Moroz

Functions

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

Executes the copyText step in the SDAI presentation layer.

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

Performs the SDAI side effect handled by saveImage.

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

Performs the SDAI side effect handled by shareImage.

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

Performs the SDAI side effect handled by shareText.