![]() |
LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
|
The reward body of a notification. More...
Properties | |
| LootLockerNotificationContentKind | Kind [get, set] |
| The kind of notification body this contains. | |
| LootLockerNotificationRewardCurrency | Currency = null [get, set] |
| The currency reward, will be null if the reward is of another type. | |
| LootLockerNotificationRewardProgressionReset | Progression_reset = null [get, set] |
| The Progression Reset reward, will be null if the reward is of another type. | |
| LootLockerNotificationRewardProgression | Progression_points = null [get, set] |
| The Progression Points reward, will be null if the reward is of another type. | |
| LootLockerNotificationRewardAsset | Asset = null [get, set] |
| The Asset reward, will be null if the reward is of another type. | |
| LootLockerNotificationRewardGroup | Group = null [get, set] |
| The Group reward, will be null if the reward is of another type. | |
The reward body of a notification.
Use the Kind field to determine which reward field is populated.
|
getset |
The kind of notification body this contains.
Use it to know which field in this object will be populated. If the kind is asset_reward for example, the asset field will be populated, the rest will be null.