Package-level declarations

Types

Link copied to clipboard
data class SimpleLeague(val name: String, val id: Int)

Represents the SimpleLeague model of the Clash of Clans API.

Link copied to clipboard
data class SimpleLeagueList(val items: List<SimpleLeague>, val paging: Paging?)

Represents the SimpleLeagueList model of the Clash of Clans API. The SimpleLeagueList data class stores information about a list of simple leagues.