IosImagePickOutcome

private sealed interface IosImagePickOutcome(source)

Defines the IosImagePickOutcome 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) : IosImagePickOutcome

Carries Failed data through the SDAI presentation layer.

Link copied to clipboard
data class Selected(val image: UIImage) : IosImagePickOutcome

Carries Selected data through the SDAI presentation layer.

Link copied to clipboard

Provides the Unsupported singleton used by the SDAI presentation layer.