GalleryEffect

sealed interface GalleryEffect : MviEffect(source)

Defines the GalleryEffect contract for the SDAI presentation layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data class OpenMediaStoreFolder(val folderUri: String) : GalleryEffect

Carries OpenMediaStoreFolder data through the SDAI presentation layer.

Link copied to clipboard
data class ShareExport(val filePath: String) : GalleryEffect

Carries ShareExport data through the SDAI presentation layer.