Display player inventory in your application
To display items in the inventory after purchasing or receiving items according to game logic, use methods of the Inventory library:
SDK method name | Description |
---|---|
getUserInventoryItems | Returns a list of virtual items from the user’s inventory according to pagination settings. For each virtual item, complete data is returned. |
getUserVirtualCurrencyBalance | Returns the current user’s balance of virtual currency. For each virtual currency, complete data is returned. |
getUserSubscriptions | Returns a list of time-limited items from the user’s inventory. For each item, complete data is returned. |
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Found a typo or other text error? Select the text and press Ctrl+Enter.