SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Xsolla.Inventory.XsollaInventory Class Reference

Static Public Member Functions

static void GetVirtualCurrencyBalance (Action< VirtualCurrencyBalances > onSuccess, Action< Error > onError, string platform=null)
 Returns the current user’s balance of virtual currency. For each virtual currency, complete data is returned. More...
 
static void GetInventoryItems (Action< InventoryItems > onSuccess, Action< Error > onError, int limit=50, int offset=0, string locale=null, string platform=null)
 Returns a list of virtual items from the user’s inventory according to pagination settings. For each virtual item, complete data is returned. More...
 
static void ConsumeInventoryItem (ConsumeItem item, Action onSuccess, Action< Error > onError, string platform=null)
 Consumes an inventory item. Use for only for consumable virtual items. More...
 
static void GetTimeLimitedItems (Action< TimeLimitedItems > onSuccess, Action< Error > onError, string platform=null)
 Returns a list of time-limited items from the user’s inventory. For each item, complete data is returned. More...
 

Member Function Documentation

◆ ConsumeInventoryItem()

static void Xsolla.Inventory.XsollaInventory.ConsumeInventoryItem ( ConsumeItem  item,
Action  onSuccess,
Action< Error onError,
string  platform = null 
)
inlinestatic

Consumes an inventory item. Use for only for consumable virtual items.

More about the use cases.

Parameters
itemContains consume parameters.
onSuccessCalled after successful inventory item consumption.
onErrorCalled after the request resulted with an error.
platformPublishing platform the user plays on.
Can be xsolla (default), playstation_network, xbox_live, pc_standalone, nintendo_shop, google_play, app_store_ios, android_standalone, ios_standalone, android_other, ios_other, or pc_other.

◆ GetInventoryItems()

static void Xsolla.Inventory.XsollaInventory.GetInventoryItems ( Action< InventoryItems onSuccess,
Action< Error onError,
int  limit = 50,
int  offset = 0,
string  locale = null,
string  platform = null 
)
inlinestatic

Returns a list of virtual items from the user’s inventory according to pagination settings. For each virtual item, complete data is returned.

More about the use cases.

Parameters
onSuccessCalled after purchased virtual items were successfully received.
onErrorCalled after the request resulted with an error.
limitLimit for the number of elements on the page. The maximum number of elements on a page is 50.
offsetNumber of the element from which the list is generated (the count starts from 0).
localeDefines localization of item's text fields. Two-letter lowercase language code. Leave empty to use the default value.
platformPublishing platform the user plays on.
Can be xsolla (default), playstation_network, xbox_live, pc_standalone, nintendo_shop, google_play, app_store_ios, android_standalone, ios_standalone, android_other, ios_other, or pc_other.

◆ GetTimeLimitedItems()

static void Xsolla.Inventory.XsollaInventory.GetTimeLimitedItems ( Action< TimeLimitedItems onSuccess,
Action< Error onError,
string  platform = null 
)
inlinestatic

Returns a list of time-limited items from the user’s inventory. For each item, complete data is returned.

More about the use cases.

Parameters
onSuccessCalled after list of user time limited items was successfully received.
onErrorCalled after the request resulted with an error.
platformPublishing platform the user plays on.
Can be xsolla (default), playstation_network, xbox_live, pc_standalone, nintendo_shop, google_play, app_store_ios, android_standalone, ios_standalone, android_other, ios_other, or pc_other.

◆ GetVirtualCurrencyBalance()

static void Xsolla.Inventory.XsollaInventory.GetVirtualCurrencyBalance ( Action< VirtualCurrencyBalances onSuccess,
Action< Error onError,
string  platform = null 
)
inlinestatic

Returns the current user’s balance of virtual currency. For each virtual currency, complete data is returned.

More about the use cases.

Parameters
onSuccessCalled after server response.
onErrorCalled after virtual currency balance was successfully received.
platformPublishing platform the user plays on.
Can be xsolla (default), playstation_network, xbox_live, pc_standalone, nintendo_shop, google_play, app_store_ios, android_standalone, ios_standalone, android_other, ios_other, or pc_other.

The documentation for this class was generated from the following file: