ImageToImagePickResult

sealed interface ImageToImagePickResult(source)

Defines the ImageToImagePickResult contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Provides the Cancelled singleton used by the SDAI presentation layer.

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

Carries Failed data through the SDAI presentation layer.

Link copied to clipboard
data class Selected(val base64: String) : ImageToImagePickResult

Carries Selected data through the SDAI presentation layer.

Link copied to clipboard

Provides the Unsupported singleton used by the SDAI presentation layer.