NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_pass_through_proxy_def.h
浏览该文件的文档.
1
8#ifndef NIM_SDK_DLL_EXPORT_HEADERS_NIM_PASS_THROUGH_PROXY_DEF_H_
9#define NIM_SDK_DLL_EXPORT_HEADERS_NIM_PASS_THROUGH_PROXY_DEF_H_
10
11#include "nim_global_def.h"
12#include "public_defines.h"
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
20
31typedef void (*nim_send_http_request_cb_func)(int res_code, const char* header, const char* body, const char* json_extension, const void* user_data);
32
41typedef void (*nim_received_http_msg_cb_func)(const char* from_accid, const char* body, uint64_t timestamp, const void* user_data);
42#ifdef __cplusplus
43};
44#endif //__cplusplus
45
46#endif // NIM_SDK_DLL_EXPORT_HEADERS_NIM_PASS_THROUGH_PROXY_DEF_H_
辅助能力 接口相关的常量函数等定义头文件
NIMSendHttpRequestMethods
Definition: nim_pass_through_proxy_def.h:19
@ kNIMHttpPut
Definition: nim_pass_through_proxy_def.h:19
@ kNIMHttpPost
Definition: nim_pass_through_proxy_def.h:19
@ kNIMHttpDelete
Definition: nim_pass_through_proxy_def.h:19
@ kNIMHttpGet
Definition: nim_pass_through_proxy_def.h:19
void(* nim_send_http_request_cb_func)(int res_code, const char *header, const char *body, const char *json_extension, const void *user_data)
Definition: nim_pass_through_proxy_def.h:31
void(* nim_received_http_msg_cb_func)(const char *from_accid, const char *body, uint64_t timestamp, const void *user_data)
Definition: nim_pass_through_proxy_def.h:41
NIM SDK 及 NIM ChatRoom SDK 公用头文件