|
Beamable SDK
|
A PlayerReward describes a set of rewards that a player can claim. More...


Public Member Functions | |
| virtual bool | HasAnyReward () |
| Check if there are any currencies or items in this PlayerReward More... | |
Public Attributes | |
| OptionalString | description |
| An optional textual description of the reward. Use this to quickly summarize for development what the reward grants. | |
| OptionalCurrencyChangeList | currencies |
| Optionally, each reward can grant a set of currencies. | |
| OptionalNewItemList | items |
| Optionally, each reward can grant a set of items with properties. | |
| OptionalBoolean | applyVipBonus |
| Optionally, when a reward is claimed, the vip bonus can be applied to the currencies. | |
| TOptionalApiRewards | webhooks |
A PlayerReward describes a set of rewards that a player can claim.
|
inlinevirtual |
Check if there are any currencies or items in this PlayerReward
Reimplemented in Beamable.Common.Announcements.AnnouncementPlayerRewards.