LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerNotificationContentRewardBody Class Reference

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.
 

Detailed Description

The reward body of a notification.

Use the Kind field to determine which reward field is populated.

Property Documentation

◆ Kind

LootLockerNotificationContentKind LootLocker.Requests.LootLockerNotificationContentRewardBody.Kind
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.