|
NIM C# SDK
6.3.0
|
Classes | |
| class | ChatRoom |
Functions | |
| internal delegate void | NimPluginChatroomRequestLoginCbFunc (int errorCode, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(Utf8StringMarshaler))] string result, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(Utf8StringMarshaler))] string jsonExtension, IntPtr userData) |
| delegate void | RequestChatRoomLoginInfoDelegate (ResponseCode code, string result) |
| 请求获取登录聊天室信息的委托定义 More... | |
| internal delegate void NIM.Plugin.NimPluginChatroomRequestLoginCbFunc | ( | int | errorCode, |
| [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(Utf8StringMarshaler))] string | result, | ||
| [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef=typeof(Utf8StringMarshaler))] string | jsonExtension, | ||
| IntPtr | userData | ||
| ) |
| delegate void NIM.Plugin.RequestChatRoomLoginInfoDelegate | ( | ResponseCode | code, |
| string | result | ||
| ) |
请求获取登录聊天室信息的委托定义
| code | 错误码 |
| result | 登录信息,直接作为参数调用聊天室登录接口 |