|
Chat SDK for Unity and Windows v1.3.1
|
Public Member Functions | |
| void | UpdateOwnInfo (UserInfo userInfo, CallBack callback=null) |
| void | FetchUserInfoByUserId (List< string > userIds, ValueCallBack< Dictionary< string, UserInfo > > callback=null) |
The user information manager for updating and getting user attributes.
Modifies the information of the current user.
| userInfo | The user information to be modified. |
| callback | The operation callback. See CallBack. |
| void AgoraChat.UserInfoManager.FetchUserInfoByUserId | ( | List< string > | userIds, |
| ValueCallBack< Dictionary< string, UserInfo > > | callback = null |
||
| ) |
Gets user information by user ID.
| userIds | The list of user IDs. |
| callback | The operation callback. If success, the user information dictionary is returned; otherwise, an error is returned. See ValueCallBack. |