Package-level declarations

Types

Link copied to clipboard
data class ClanCapital(val capitalHallLevel: Int, val districts: List<District>?)

Represents the ClanCapital model of the Clash of Clans API. The ClanCapital data class stores information about a clan's capital and its districts.

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

Represents the District model of the Clash of Clans API. The District data class stores information about a district within a clan's capital.