NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_data_sync.h
浏览该文件的文档.
1
7#ifndef NIM_SDK_DLL_API_NIM_DATA_SYNC_H_
8#define NIM_SDK_DLL_API_NIM_DATA_SYNC_H_
9
10#include "nim_data_sync_def.h"
11#include "public_defines.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif
23
24#ifdef __cplusplus
25};
26#endif //__cplusplus
27
28#endif // NIM_SDK_DLL_API_NIM_DATA_SYNC_H_
#define NIM_SDK_DLL_API
Definition: nim_build_config.h:14
NIM_SDK_DLL_API void nim_data_sync_reg_complete_cb(nim_data_sync_cb_func cb, const void *user_data)
数据同步 接口相关的常量函数等定义头文件
void(* nim_data_sync_cb_func)(enum NIMDataSyncType sync_type, enum NIMDataSyncStatus status, const char *json_attachment, const void *user_data)
Definition: nim_data_sync_def.h:49
NIM SDK 及 NIM ChatRoom SDK 公用头文件