NIM 跨平台 C++ SDK
|
#include "nim_cpp_wrapper/api/nim_cpp_pass_through_proxy.h"
#include "nim_pass_through_proxy_def.h"
#include "nim_cpp_wrapper/helper/nim_sdk_loader_helper.h"
#include "nim_pass_through_proxy.h"
命名空间 | |
namespace | nim |
namespace nim | |
函数 | |
static void | nim::CallbackReceivedHttpMsg (const char *from_accid, const char *body, uint64_t timestamp, const void *user_data) |
static void | nim::CallbackSendHttpRequest (int res_code, const char *headers, const char *body, const char *json_extension, const void *user_data) |
变量 | |
static PassThroughProxy::ReceivedHttpMsgCb | nim::g_cb_received_http_msg_ = nullptr |