NIM 跨平台 C++ SDK
Toggle main menu visibility
首页
相关页面
命名空间
命名空间列表
命名空间成员
全部
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
函数
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
变量
_
a
c
d
g
h
i
k
l
m
n
p
s
t
v
类型定义
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
枚举
a
c
e
m
n
o
p
s
t
u
v
枚举值
a
b
c
d
i
k
n
o
r
s
u
v
类
类列表
类索引
类继承关系
类成员
全部
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
函数
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
变量
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
类型定义
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
枚举
枚举值
a
d
k
m
n
t
相关函数
_
a
b
c
m
o
p
r
s
u
v
文件
文件列表
文件成员
全部
_
a
b
c
d
e
f
h
i
j
k
l
n
o
p
q
s
t
u
w
函数
c
i
n
p
变量
f
h
i
k
o
s
t
w
类型定义
b
h
j
n
q
u
枚举
b
c
l
n
枚举值
a
b
c
k
l
n
s
t
宏定义
_
a
d
e
f
i
j
n
p
t
u
•
全部
类
命名空间
文件
函数
变量
类型定义
枚举
枚举值
友元
宏定义
页
载入中...
搜索中...
未找到
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
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_SDK_DLL_API
#define NIM_SDK_DLL_API
Definition:
nim_build_config.h:14
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:51
public_defines.h
NIM SDK 及 NIM ChatRoom SDK 公用头文件
include
nim_data_sync.h
制作者
1.9.6