ExploreBooksRow

constructor(title: String, bookList: List<ExploreDisplayBook>, expandable: Boolean = false, expandedPageDataSourceId: String? = null)

Parameters

title

该行的标题

bookList

该行展示的书本列表

expandable

该行是否支持点击展开查看更多

expandedPageDataSourceId

展开页的数据源id, 仅当expandable为true时有效