| RuyiNetLeaderboardServiceListAllLeaderboards Method |
[This is preliminary documentation and is subject to change.]
Returns a list of all leaderboard configurations for a game.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void ListAllLeaderboards(
int index,
Action<RuyiNetLeaderboardConfig[]> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - callback
- Type: SystemActionRuyiNetLeaderboardConfig
The function to call when the data is retrieved.
See Also