| RuyiNetFriendServiceGetSummaryDataForPlayerId Method |
[This is preliminary documentation and is subject to change.]
Returns the summary data for players.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void GetSummaryDataForPlayerId(
int index,
string playerId,
Action<RuyiNetFriendSummaryData> callback
)
Parameters
- index
- Type: SystemInt32
The index of user - playerId
- Type: SystemString
The ID of the player to get the summary data for. - callback
- Type: SystemActionRuyiNetFriendSummaryData
The function to call when the task completes.
See Also