ImageShareResult

sealed interface ImageShareResult(source)

Defines the ImageShareResult contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

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

Carries Failed data through the SDAI presentation layer.

Link copied to clipboard
data object Sent : ImageShareResult

Provides the Sent singleton used by the SDAI presentation layer.

Link copied to clipboard

Provides the Unsupported singleton used by the SDAI presentation layer.