NIM PC Cross Platform SDK
nim_data_sync.h
Go to the documentation of this file.
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
14
extern
"C"
{
15
#endif
22
NIM_SDK_DLL_API
void
nim_data_sync_reg_complete_cb
(
nim_data_sync_cb_func
cb,
const
void
* user_data);
23
24
#ifdef __cplusplus
25
};
26
#endif
//__cplusplus
27
28
#endif
// NIM_SDK_DLL_API_NIM_DATA_SYNC_H_
nim_data_sync_reg_complete_cb
NIM_SDK_DLL_API void nim_data_sync_reg_complete_cb(nim_data_sync_cb_func cb, const void *user_data)
nim_data_sync_def.h
数据同步 接口相关的常量函数等定义头文件
nim_data_sync_cb_func
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
public_defines.h
NIM SDK 及 NIM ChatRoom SDK 公用头文件
include
nim_data_sync.h
Generated by
1.9.4