ImageSaveResult

sealed interface ImageSaveResult(source)

Defines the ImageSaveResult contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

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

Carries Failed data through the SDAI presentation layer.

Link copied to clipboard
data object Saved : ImageSaveResult

Provides the Saved singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the Unsupported singleton used by the SDAI presentation layer.