Reward

Information about an achievement reward.

Inheritors

Types

Link copied to clipboard
data class Coins(val type: String, val count: Int) : GW2v2Achievement.Reward

Information about a coin reward.

Link copied to clipboard
data class Items(val type: String, val id: GW2ItemId, val count: Int) : GW2v2Achievement.Reward

Information about an item reward.

Link copied to clipboard
data class Mastery(val type: String, val id: Int, val region: String) : GW2v2Achievement.Reward

Information about a mastery point reward.

Link copied to clipboard
data class Title(val type: String, val id: Int) : GW2v2Achievement.Reward

Information about a title reward

Properties

Link copied to clipboard
abstract val type: String

This field holds the type of reward.