SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
|
This is the complete list of members for Xsolla.GameKeys.XsollaGameKeys, including all inherited members.
GetDrmList(Action< DrmItems > onSuccess, Action< Error > onError) | Xsolla.GameKeys.XsollaGameKeys | inlinestatic |
GetGameForCatalog(string itemSku, Action< GameItem > onSuccess, Action< Error > onError, string locale=null, string country=null, string additionalFields="long_description") | Xsolla.GameKeys.XsollaGameKeys | inlinestatic |
GetGameKeyForCatalog(string itemSku, Action< GameKeyItems > onSuccess, Action< Error > onError, string locale=null, string country=null, string additionalFields="long_description") | Xsolla.GameKeys.XsollaGameKeys | inlinestatic |
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") | Xsolla.GameKeys.XsollaGameKeys | inlinestatic |
GetGamesList(Action< GameItems > onSuccess, Action< Error > onError, int limit=50, int offset=0, string locale=null, string country=null, string additionalFields="long_description") | Xsolla.GameKeys.XsollaGameKeys | inlinestatic |
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") | Xsolla.GameKeys.XsollaGameKeys | inlinestatic |
GetOwnedGames(bool sandbox, Action< GameOwnership > onSuccess, Action< Error > onError, int limit=50, int offset=0, string additionalFields="long_description") | Xsolla.GameKeys.XsollaGameKeys | inlinestatic |
RedeemGameCode(string gameCode, bool sandbox, Action onSuccess, Action< Error > onError) | Xsolla.GameKeys.XsollaGameKeys | inlinestatic |