GalleryDetailActionResult

Defines the GalleryDetailActionResult contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Provides the Done singleton used by the SDAI presentation layer.

Link copied to clipboard
data class Failed(val message: String) : GalleryDetailActionResult

Carries Failed data through the SDAI presentation layer.

Link copied to clipboard

Provides the Unsupported singleton used by the SDAI presentation layer.