NIM C# SDK  6.3.0
NIM.Plugin Namespace Reference

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...
 

Function Documentation

◆ NimPluginChatroomRequestLoginCbFunc()

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 
)

◆ RequestChatRoomLoginInfoDelegate()

delegate void NIM.Plugin.RequestChatRoomLoginInfoDelegate ( ResponseCode  code,
string  result 
)

请求获取登录聊天室信息的委托定义

Parameters
code错误码
result登录信息,直接作为参数调用聊天室登录接口