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