|
Beamable SDK
|
This class defines the content related to the InventoryService. More...
Public Attributes | |
| TContent | ItemContent |
| The base piece of content that the inventory item derives from. More... | |
| Dictionary< string, string > | Properties |
| The dynamic properties of the inventory item instance. More... | |
| long | Id |
| The id of the item within the inventory group. More... | |
| long | CreatedAt |
| The timestamp of when the item was added to the player inventory. More... | |
| long | UpdatedAt |
| The timestamp of when the last modification to item occured. More... | |
This class defines the content related to the InventoryService.

| TContent |
| TContent | : | ItemContent |
| long Beamable.Common.Api.Inventory.InventoryObject< TContent >.CreatedAt |
The timestamp of when the item was added to the player inventory.
| long Beamable.Common.Api.Inventory.InventoryObject< TContent >.Id |
The id of the item within the inventory group.
| TContent Beamable.Common.Api.Inventory.InventoryObject< TContent >.ItemContent |
The base piece of content that the inventory item derives from.
| Dictionary<string, string> Beamable.Common.Api.Inventory.InventoryObject< TContent >.Properties |
The dynamic properties of the inventory item instance.
| long Beamable.Common.Api.Inventory.InventoryObject< TContent >.UpdatedAt |
The timestamp of when the last modification to item occured.
1.8.17