SelfInfoUpdatedCallback
功能介绍
当前用户的资料发生更新回调
返回模板
void SelfInfoUpdatedCallback(UserProfile json_user_profile, string user_data);
返回值详解
| 名称 | 数值类型 | 描述 |
|---|---|---|
| json_user_profile | UserProfile | 当前用户的资料,请参考UserProfile |
| user_data | string | ImSDK负责透传的用户自定义数据,未做任何处理 |
当前用户的资料发生更新回调
void SelfInfoUpdatedCallback(UserProfile json_user_profile, string user_data);
| 名称 | 数值类型 | 描述 |
|---|---|---|
| json_user_profile | UserProfile | 当前用户的资料,请参考UserProfile |
| user_data | string | ImSDK负责透传的用户自定义数据,未做任何处理 |