getInventory
fun getInventory( callback: GetInventoryCallback, limit: Int = 50, offset: Int = 0)
Content copied to clipboard
Returns a list of virtual items from the user’s inventory according to pagination settings. For each virtual item, complete data is returned.
See also
Parameters
callback
Status callback.
limit
Limit for the number of elements on the page in the range from 1 to 50.
offset
Number of the element from which the list is generated (the count starts from 0).