Quick Lobby
data class QuickLobby(val quickRecommendedGames: List<QuickGame>?, val quickLocationAreaSection: Map<QuickSectionLocationAreaType, List<QuickSection>>)
Quick lobby, which holds data for the quick lobby
Constructors
Link copied to clipboard
constructor(quickRecommendedGames: List<QuickGame>?, quickLocationAreaSection: Map<QuickSectionLocationAreaType, List<QuickSection>>)
Properties
Link copied to clipboard
this is a map that holds a locationType and all sections associated with it. see QuickSectionLocationAreaType each key value pair hols a locationType and all the QuickSection associated with it. There will only be one of each type of QuickSectionLocationAreaType in the map, so there will be as many key value pairs as there are values in the QuickSectionLocationAreaType enum.
Link copied to clipboard
This is a list of all recommended quick games