Methods
(1) GetActions
Request
Type | Name |
---|---|
Sint32 | startRowIndex |
Sint32 | maximumRows |
String | sortExpression |
String | cultureName |
String | platformCode |
String | gameCode |
Response
Type | Name |
---|---|
List<UplayAction> | actionList |
(2) GetActionsCompleted
Request
Type | Name |
---|---|
Sint32 | startRowIndex |
Sint32 | maximumRows |
String | sortExpression |
String | cultureName |
String | platformCode |
String | gameCode |
Response
Type | Name |
---|---|
List<UplayAction> | actionList |
(3) GetActionsCount
Request
Response
Type | Name |
---|---|
Sint32 | actionsCount |
(4) GetActionsCompletedCount
Request
Response
Type | Name |
---|---|
Sint32 | actionsCount |
(5) GetRewards
Request
Type | Name |
---|---|
Sint32 | startRowIndex |
Sint32 | maximumRows |
String | sortExpression |
String | cultureName |
String | platformCode |
String | gameCode |
Response
Type | Name |
---|---|
List<UplayReward> | rewardList |
(6) GetRewardsPurchased
Request
Type | Name |
---|---|
Sint32 | startRowIndex |
Sint32 | maximumRows |
String | sortExpression |
String | cultureName |
String | platformCode |
String | gameCode |
Response
Type | Name |
---|---|
List<UplayReward> | rewardList |
(7) UplayWelcome
Request
Response
Type | Name |
---|---|
List<UplayAction> | actionList |
(8) SetActionCompleted
Request
Response
Type | Name |
---|---|
UplayAction | unlockedAction |
(9) SetActionsCompleted
Request
Response
Type | Name |
---|---|
List<UplayAction> | actionList |
(10) GetUserToken
Request
This method does not take any parameters.
Response
Type | Name |
---|---|
String | token |
(11) GetVirtualCurrencyUserBalance
Request
Type | Name |
---|---|
String | platformCode |
Response
Type | Name |
---|---|
Sint32 | virtualCurrencyUserBalance |
(12) GetSectionsByKey
Request
Response
Type | Name |
---|---|
List<UplaySection> | sectionList |
Types
UplayAction (Structure)
Type | Name |
---|---|
String | m_code |
String | m_name |
String | m_description |
Sint32 | m_value |
String | m_gameCode |
List<UplayActionPlatform> | m_platforms |
UplayReward (Structure)
Type | Name |
---|---|
String | m_code |
String | m_name |
String | m_description |
Sint32 | m_value |
String | m_rewardTypeName |
String | m_gameCode |
List<UplayRewardPlatform> | m_platforms |
UplaySection (Structure)
Type | Name |
---|---|
String | m_key |
String | m_name |
String | m_typeName |
String | m_menuTypeName |
List<UplaySectionContent> | m_contentList |
String | m_gameCode |
String | m_platformCode |
UplayActionPlatform (Structure)
UplayRewardPlatform (Structure)
Type | Name |
---|---|
String | m_platformCode |
Bool | m_purchased |
UplaySectionContent (Structure)
Type | Name |
---|---|
String | m_key |
String | m_name |
Sint16 | m_order |
String | m_typeName |
UplaySectionContentLocalized | m_localizedInfo |