| RuyiNetGamificationServiceReadAchievedAchievements Method |
[This is preliminary documentation and is subject to change.]
Read all the achievements the current player has earned.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void ReadAchievedAchievements(
int index,
bool includeMetaData,
Action<List<RuyiNetAchievement>> callback
)
Parameters
- index
- Type: SystemInt32
The index of the user. - includeMetaData
- Type: SystemBoolean
Whether or not to include metadata (otherwise just returns achievement IDs). - callback
- Type: SystemActionListRuyiNetAchievement
Called when the achievement is unlocked.
See Also