HomePageList

data class HomePageList(val name: String, var list: List<SearchResponse>, val isHorizontalImages: Boolean = false)(source)

Data class for the Homepage list info.

Constructors

Link copied to clipboard
constructor(name: String, list: List<SearchResponse>, isHorizontalImages: Boolean = false)

Properties

Link copied to clipboard

here you can control how the items' cards will be appeared on the UI (Horizontal or Vertical) cards.

Link copied to clipboard

list of SearchResponse items that will be added to the category.

Link copied to clipboard

name of the category shows on homepage UI.