|
NIM Unity SDK V2.6.0
|
类 | |
| class | ChatRoom |
函数 | |
| delegate void | RequestChatRoomLoginInfoDelegate (ResponseCode code, string result) |
| 请求获取登录聊天室信息的委托定义 | |
| delegate void NIM.Plugin.RequestChatRoomLoginInfoDelegate | ( | ResponseCode | code, |
| string | result | ||
| ) |
请求获取登录聊天室信息的委托定义
| code | 错误码 |
| result | 登录信息,直接作为参数调用聊天室登录接口 |