Explore Books Row
data class ExploreBooksRow(val title: String, val bookList: List<ExploreDisplayBook>, val expandable: Boolean = false, val expandedPageDataSourceId: String? = null)
探索页中的一行书本展示行
Since
Api 2
Parameters
title
该行的标题
book List
该行展示的书本列表
expandable
该行是否支持点击展开查看更多
expanded Page Data Source Id
展开页的数据源id, 仅当expandable为true时有效
Constructors
Link copied to clipboard
constructor(title: String, bookList: List<ExploreDisplayBook>, expandable: Boolean = false, expandedPageDataSourceId: String? = null)