QuickSection

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

holds a list of QuickGame that should be displayed in this section

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

If the count of games should be displayed

Link copied to clipboard

The type of tile that should be displayed in the section, see QuickSectionTileType

Link copied to clipboard

The title of the section