| RuyiNetLeaderboardServiceGetGlobalLeaderVersions Method |
[This is preliminary documentation and is subject to change.]
Retrieves a list of versions available for a leaderboard.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetGlobalLeaderVersions(
int index,
string leaderboardId,
Action<RuyiNetLeaderboardInfo> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - leaderboardId
- Type: SystemString
The ID of the leaderboard to retrieve. - callback
- Type: SystemActionRuyiNetLeaderboardInfo
The function to call when the data is retrieved.
See Also