HomePageList
data class HomePageList(val name: String, var list: List<SearchResponse>, val isHorizontalImages: Boolean = false)(source)
Data class for the Homepage list info.
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.