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

A complete entitlement listing, grouping items, rewards, and metadata for a single entitlement event. More...

Properties

string Created_at [get, set]
 When this entitlement listing was created.
 
string Id [get, set]
 The unique identifier of this entitlement listing.
 
LootLockerEntitlementHistoryItem[] Items [get, set]
 List of items in this entitlement (items are related to the catalog)
 
LootLockerEntitlementHistoryReward[] Rewards [get, set]
 List of rewards in this entitlement (these are rewards from systems such as leaderboards, progressions, etc.)
 
LootLockerEntitlementHistoryMetadata[] Metadata [get, set]
 Metadata related to this entitlement listing This array consists of key value pairs and contains various pieces of information about the entitlement, such as information from third party stores etc.
 
LootLockerEntitlementHistoryListingStatus Status = LootLockerEntitlementHistoryListingStatus.None [get, set]
 The status of this entitlement listing.
 
LootLockerEntitlementHistoryListingStore Store = LootLockerEntitlementHistoryListingStore.None [get, set]
 Which store (if any) that this entitlement listing relates to.
 
LootLockerEntitlementHistoryListingType Type = LootLockerEntitlementHistoryListingType.Undefined [get, set]
 Which type this entitlement listing is.
 

Detailed Description

A complete entitlement listing, grouping items, rewards, and metadata for a single entitlement event.