AndroidImagePickOutcome

private sealed interface AndroidImagePickOutcome(source)

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

Carries Failed data through the SDAI presentation layer.

Link copied to clipboard
data class Selected(val uri: Uri) : AndroidImagePickOutcome

Carries Selected data through the SDAI presentation layer.