| RuyiNetLeaderboardServiceGetGroupSocialLeaderboard Method |
[This is preliminary documentation and is subject to change.]
Retrieves a leaderboard with all the user's friends.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetGroupSocialLeaderboard(
int index,
string leaderboardId,
string groupId,
Action<RuyiNetLeaderboardPage> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - leaderboardId
- Type: SystemString
The ID of the leaderboard to retrieve. - groupId
- Type: SystemString
The ID of the group to retrieve data for. - callback
- Type: SystemActionRuyiNetLeaderboardPage
The function to call when the data is retrieved.
See Also