SelfInfoUpdatedStringCallback
introduction
Callback for self info updated (String type data callback)
Returned template
void SelfInfoUpdatedStringCallback(string json_user_profile, string user_data);
Return value details
name | type | description |
---|---|---|
json_user_profile | string | Current user profile, please check UserStatus |
user_data | string | User-defined data transfered by ImSDK without any processing |