GalleryGridItemUi

data class GalleryGridItemUi(val id: Long, val imageBase64: String, val hidden: Boolean, val liked: Boolean = false)(source)

Carries GalleryGridItemUi data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Long, imageBase64: String, hidden: Boolean, liked: Boolean = false)

Properties

Link copied to clipboard

Exposes the hidden value used by the SDAI presentation layer.

Link copied to clipboard
val id: Long

Exposes the id value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the image value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the liked value used by the SDAI presentation layer.