Quick Section
data class QuickSection(val sectionType: QuickSectionType, val title: String, val games: List<QuickGame>, val heroSpots: List<QuickHeroSpot>, val tileType: QuickSectionTileType, val numberedSection: Boolean, val showCount: Boolean)
Quick section This is used for displaying a section of games
Constructors
Link copied to clipboard
constructor(sectionType: QuickSectionType, title: String, games: List<QuickGame>, heroSpots: List<QuickHeroSpot>, tileType: QuickSectionTileType, numberedSection: Boolean, showCount: Boolean)
Properties
Link copied to clipboard
Link copied to clipboard
If the section should be numbered
Link copied to clipboard
The type of the section, see QuickSectionType
Link copied to clipboard
The type of tile that should be displayed in the section, see QuickSectionTileType