Package-level declarations

Types

Link copied to clipboard
data class Label(val name: String, val id: Int, val iconUrls: Icon)

Represents the Label model of the Clash of Clans API.

Link copied to clipboard
data class LabelList(val items: List<Label>, val paging: Paging?) : ApiListResponse<Label>

Represents the LabelList model of the Clash of Clans API.