| BrainCloudServiceClientPlayerState_UpdateSummaryFriendData Method |
[This is preliminary documentation and is subject to change.]
Updates the "friend summary data" associated with the logged in user.
Some operations will return this summary data. For instance the social
leaderboards will return the player's score in the leaderboard along
with the friend summary data. Generally this data is used to provide
a quick overview of the player without requiring a separate API call
to read their public stats or entity data.
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public string PlayerState_UpdateSummaryFriendData(
string jsonSummaryData,
int clientIndex
)
Parameters
- jsonSummaryData
- Type: SystemString
A JSON string defining the summary data.
For example:
{
"xp":123,
"level":12,
"highScore":45123
} - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
Return Value
Type:
String[Missing <returns> documentation for "M:Ruyi.SDK.BrainCloudApi.BrainCloudService.Client.PlayerState_UpdateSummaryFriendData(System.String,System.Int32)"]
See Also