UpdateFriendProfileCallback
introduction
Callback for updating friend's profile
Returned template
void UpdateFriendProfileCallback(List<FriendProfileUpdate> friend_profile_update_array, string user_data);
Return value details
| name | type | description |
|---|---|---|
| friend_profile_update_array | List< FriendProfileUpdate > | Updated friend profile array |
| user_data | string | User-defined data transfered by ImSDK without any processing |