GalleryPageSnapshot

private data class GalleryPageSnapshot(val limit: Int, val items: List<GalleryGridItemUi>, val totalCount: Int)(source)

Carries GalleryPageSnapshot data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(limit: Int, items: List<GalleryGridItemUi>, totalCount: Int)

Properties

Link copied to clipboard

Exposes the items value used by the SDAI presentation layer.

Link copied to clipboard
val limit: Int

Exposes the limit value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the totalCount value used by the SDAI presentation layer.