Bit

Information about an achievement bit.

Inheritors

Types

Link copied to clipboard
data class Item(val type: String, val text: String? = null, val id: GW2ItemId) : GW2v2Achievement.Bit

Information about an achievement bit tied to an item.

Link copied to clipboard
data class MiniPet(val type: String, val text: String? = null, val id: GW2MiniId) : GW2v2Achievement.Bit

Information about an achievement bit tied to a mini pet.

Link copied to clipboard
data class Skin(val type: String, val text: String? = null, val id: GW2SkinId) : GW2v2Achievement.Bit

Information about an achievement bit tied to a skin.

Link copied to clipboard
data class Text(val type: String, val text: String) : GW2v2Achievement.Bit

Information about a text-only achievement bit.

Properties

Link copied to clipboard
abstract val text: String?

This field holds the bit's textual description.

Link copied to clipboard
abstract val type: String

This field holds the type of bit.