SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
|
Static Public Member Functions | |
static void | GetGamesList (Action< GameItems > onSuccess, Action< Error > onError, int limit=50, int offset=0, string locale=null, string country=null, string additionalFields="long_description") |
Gets a games list for building a catalog. More... | |
static void | GetGameForCatalog (string itemSku, Action< GameItem > onSuccess, Action< Error > onError, string locale=null, string country=null, string additionalFields="long_description") |
Gets a game for the catalog. More... | |
static void | GetGameKeyForCatalog (string itemSku, Action< GameKeyItems > onSuccess, Action< Error > onError, string locale=null, string country=null, string additionalFields="long_description") |
Gets a game key for the catalog. More... | |
static void | GetGamesListBySpecifiedGroup (string groupId, Action< GameItems > onSuccess, Action< Error > onError, int limit=50, int offset=0, string locale=null, string country=null, string additionalFields="long_description") |
Gets a games list from the specified group for building a catalog. More... | |
static void | GetGameKeysListBySpecifiedGroup (string groupId, Action< GameKeyItems > onSuccess, Action< Error > onError, int limit=50, int offset=0, string locale=null, string country=null, string additionalFields="long_description") |
Gets a game key list from the specified group for building a catalog. More... | |
static void | GetDrmList (Action< DrmItems > onSuccess, Action< Error > onError) |
Grants entitlement by a provided game code. More... | |
static void | GetOwnedGames (bool sandbox, Action< GameOwnership > onSuccess, Action< Error > onError, int limit=50, int offset=0, string additionalFields="long_description") |
Get the list of games owned by the user. The response will contain an array of games owned by a particular user. More... | |
static void | RedeemGameCode (string gameCode, bool sandbox, Action onSuccess, Action< Error > onError) |
Grants entitlement by a provided game code. More... | |
|
inlinestatic |
Grants entitlement by a provided game code.
onSuccess | Called after server response. |
onError | Called after the request resulted with an error. |
|
inlinestatic |
Gets a game for the catalog.
itemSku | Item SKU. |
onSuccess | Called after server response. |
onError | Called after the request resulted with an error. |
locale | Response language. Two-letter lowercase language code. Leave empty to use the default value. |
country | Country for which to calculate regional prices and restrictions in a catalog. Two-letter uppercase country code per ISO 3166-1 alpha-2. Calculations are based on the user's IP address if the country is not specified. Check the documentation for detailed information about countries supported by Xsolla. |
additionalFields | The list of additional fields. These fields will be in a response if you send them in a request. Available fields media_list , order , and long_description . |
|
inlinestatic |
Gets a game key for the catalog.
itemSku | Item SKU. |
onSuccess | Called after server response. |
onError | Called after the request resulted with an error. |
locale | Response language. Two-letter lowercase language code. Leave empty to use the default value. |
country | Country for which to calculate regional prices and restrictions in a catalog. Two-letter uppercase country code per ISO 3166-1 alpha-2. Calculations are based on the user's IP address if the country is not specified. Check the documentation for detailed information about countries supported by Xsolla. |
additionalFields | The list of additional fields. These fields will be in a response if you send them in a request. Available fields media_list , order , and long_description . |
|
inlinestatic |
Gets a game key list from the specified group for building a catalog.
groupId | Group external ID. |
onSuccess | Called after server response. |
onError | Called after the request resulted with an error. |
limit | Limit for the number of elements on the page. |
offset | Number of the element from which the list is generated (the count starts from 0). |
locale | Response language. Two-letter lowercase language code. Leave empty to use the default value. |
country | Country for which to calculate regional prices and restrictions in a catalog. Two-letter uppercase country code per ISO 3166-1 alpha-2. Calculations are based on the user's IP address if the country is not specified. Check the documentation for detailed information about countries supported by Xsolla. |
additionalFields | The list of additional fields. These fields will be in a response if you send them in a request. Available fields media_list , order , and long_description . |
|
inlinestatic |
Gets a games list for building a catalog.
onSuccess | Called after server response. |
onError | Called after the request resulted with an error. |
limit | Limit for the number of elements on the page. |
offset | Number of the element from which the list is generated (the count starts from 0). |
locale | Response language. Two-letter lowercase language code. Leave empty to use the default value. |
country | Country for which to calculate regional prices and restrictions in a catalog. Two-letter uppercase country code per ISO 3166-1 alpha-2. Calculations are based on the user's IP address if the country is not specified. Check the documentation for detailed information about countries supported by Xsolla. |
additionalFields | The list of additional fields. These fields will be in a response if you send them in a request. Available fields media_list , order , and long_description . |
|
inlinestatic |
Gets a games list from the specified group for building a catalog.
groupId | Group external ID. |
onSuccess | Called after server response. |
onError | Called after the request resulted with an error. |
limit | Limit for the number of elements on the page. |
offset | Number of the element from which the list is generated (the count starts from 0). |
locale | Response language. Two-letter lowercase language code. Leave empty to use the default value. |
country | Country for which to calculate regional prices and restrictions in a catalog. Two-letter uppercase country code per ISO 3166-1 alpha-2. Calculations are based on the user's IP address if the country is not specified. Check the documentation for detailed information about countries supported by Xsolla. |
additionalFields | The list of additional fields. These fields will be in a response if you send them in a request. Available fields media_list , order , and long_description . |
|
inlinestatic |
Get the list of games owned by the user. The response will contain an array of games owned by a particular user.
sandbox | What type of entitlements should be returned. If the parameter is set to true, the entitlements received by the user in the sandbox mode only are returned. If the parameter isn't passed or is set to false, the entitlements received by the user in the live mode only are returned. |
onSuccess | Called after server response. |
onError | Called after the request resulted with an error. |
limit | Limit for the number of elements on the page. |
offset | Number of the element from which the list is generated (the count starts from 0). |
additionalFields | The list of additional fields. These fields will be in a response if you send them in a request. Available fields media_list , order , and long_description . |
|
inlinestatic |
Grants entitlement by a provided game code.
gameCode | Game code. |
sandbox | Redeem game code in the sandbox mode. The option is available for those users who are specified in the list of company users. |
onSuccess | Called after server response. |
onError | Called after the request resulted with an error. |