GalleryGridItemUi

data class GalleryGridItemUi(val id: Long, val image: ImageBitmap?, val hidden: Boolean)(source)

Carries GalleryGridItemUi data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Long, image: ImageBitmap?, hidden: Boolean)

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.