Class GetInventoryResult
Provides paginated access to the list of retrieved player's inventory items.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: solution.dll
Syntax
[Preserve]
public class GetInventoryResult : PageableResult<PlayersInventoryItem, GetInventoryResult>
Properties
Name | Description |
---|---|
PlayersInventoryItems | The currently fetched items. |
Methods
Name | Description |
---|---|
GetNextResultsAsync(int) | Retrieves the next page of the players inventory items. |