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.GameKeys.XsollaGameKeys Class Reference

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...
 

Member Function Documentation

◆ GetDrmList()

static void Xsolla.GameKeys.XsollaGameKeys.GetDrmList ( Action< DrmItems onSuccess,
Action< Error onError 
)
inlinestatic

Grants entitlement by a provided game code.

Parameters
onSuccessCalled after server response.
onErrorCalled after the request resulted with an error.

◆ GetGameForCatalog()

static void Xsolla.GameKeys.XsollaGameKeys.GetGameForCatalog ( string  itemSku,
Action< GameItem onSuccess,
Action< Error onError,
string  locale = null,
string  country = null,
string  additionalFields = "long_description" 
)
inlinestatic

Gets a game for the catalog.

Parameters
itemSkuItem SKU.
onSuccessCalled after server response.
onErrorCalled after the request resulted with an error.
localeResponse language. Two-letter lowercase language code. Leave empty to use the default value.
countryCountry 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.
additionalFieldsThe 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.

◆ GetGameKeyForCatalog()

static void Xsolla.GameKeys.XsollaGameKeys.GetGameKeyForCatalog ( string  itemSku,
Action< GameKeyItems onSuccess,
Action< Error onError,
string  locale = null,
string  country = null,
string  additionalFields = "long_description" 
)
inlinestatic

Gets a game key for the catalog.

Parameters
itemSkuItem SKU.
onSuccessCalled after server response.
onErrorCalled after the request resulted with an error.
localeResponse language. Two-letter lowercase language code. Leave empty to use the default value.
countryCountry 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.
additionalFieldsThe 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.

◆ GetGameKeysListBySpecifiedGroup()

static void Xsolla.GameKeys.XsollaGameKeys.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" 
)
inlinestatic

Gets a game key list from the specified group for building a catalog.

Parameters
groupIdGroup external ID.
onSuccessCalled after server response.
onErrorCalled after the request resulted with an error.
limitLimit for the number of elements on the page.
offsetNumber of the element from which the list is generated (the count starts from 0).
localeResponse language. Two-letter lowercase language code. Leave empty to use the default value.
countryCountry 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.
additionalFieldsThe 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.

◆ GetGamesList()

static void Xsolla.GameKeys.XsollaGameKeys.GetGamesList ( Action< GameItems onSuccess,
Action< Error onError,
int  limit = 50,
int  offset = 0,
string  locale = null,
string  country = null,
string  additionalFields = "long_description" 
)
inlinestatic

Gets a games list for building a catalog.

Parameters
onSuccessCalled after server response.
onErrorCalled after the request resulted with an error.
limitLimit for the number of elements on the page.
offsetNumber of the element from which the list is generated (the count starts from 0).
localeResponse language. Two-letter lowercase language code. Leave empty to use the default value.
countryCountry 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.
additionalFieldsThe 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.

◆ GetGamesListBySpecifiedGroup()

static void Xsolla.GameKeys.XsollaGameKeys.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" 
)
inlinestatic

Gets a games list from the specified group for building a catalog.

Parameters
groupIdGroup external ID.
onSuccessCalled after server response.
onErrorCalled after the request resulted with an error.
limitLimit for the number of elements on the page.
offsetNumber of the element from which the list is generated (the count starts from 0).
localeResponse language. Two-letter lowercase language code. Leave empty to use the default value.
countryCountry 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.
additionalFieldsThe 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.

◆ GetOwnedGames()

static void Xsolla.GameKeys.XsollaGameKeys.GetOwnedGames ( bool  sandbox,
Action< GameOwnership onSuccess,
Action< Error onError,
int  limit = 50,
int  offset = 0,
string  additionalFields = "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.

Parameters
sandboxWhat 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.
onSuccessCalled after server response.
onErrorCalled after the request resulted with an error.
limitLimit for the number of elements on the page.
offsetNumber of the element from which the list is generated (the count starts from 0).
additionalFieldsThe 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.

◆ RedeemGameCode()

static void Xsolla.GameKeys.XsollaGameKeys.RedeemGameCode ( string  gameCode,
bool  sandbox,
Action  onSuccess,
Action< Error onError 
)
inlinestatic

Grants entitlement by a provided game code.

Parameters
gameCodeGame code.
sandboxRedeem game code in the sandbox mode. The option is available for those users who are specified in the list of company users.
onSuccessCalled after server response.
onErrorCalled after the request resulted with an error.

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