NIM Cocos2d-x SDK  2.2.0
Public Types | Static Public Member Functions | List of all members
nim::PluginIn Class Reference

NIM SDK 提供的plugin接入接口类 More...

#include <nim_cpp_plugin_in.h>

Public Types

typedef std::function< void(int error_code, const std::string &result)> ChatRoomRequestEnterCallback
 

Static Public Member Functions

static void ChatRoomRequestEnterAsync (const int64_t room_id, const ChatRoomRequestEnterCallback &callback, const std::string &json_extension="")
 

Detailed Description

NIM SDK 提供的plugin接入接口类

Member Typedef Documentation

◆ ChatRoomRequestEnterCallback

typedef std::function<void(int error_code, const std::string& result)> nim::PluginIn::ChatRoomRequestEnterCallback

获取聊天室登录信息回调

Member Function Documentation

◆ ChatRoomRequestEnterAsync()

static void nim::PluginIn::ChatRoomRequestEnterAsync ( const int64_t  room_id,
const ChatRoomRequestEnterCallback callback,
const std::string &  json_extension = "" 
)
static

The documentation for this class was generated from the following file: