NIM PC Cross Platform SDK
nim_data_sync.h File Reference

数据同步 接口头文件 More...

#include "nim_data_sync_def.h"
#include "public_defines.h"

Go to the source code of this file.

Functions

NIM_SDK_DLL_API void nim_data_sync_reg_complete_cb (nim_data_sync_cb_func cb, const void *user_data)
 

Detailed Description

数据同步 接口头文件

Author
Harrison
Date
2015/2/1

Function Documentation

◆ nim_data_sync_reg_complete_cb()

void nim_data_sync_reg_complete_cb ( nim_data_sync_cb_func  cb,
const void *  user_data 
)

(全局回调)注册数据同步完成的回调函数(登录时)

Parameters
[in]cb数据同步完成的回调函数, nim_data_sync_cb_func回调函数定义见nim_data_sync_def.h
[in]user_dataAPP的自定义用户数据,SDK只负责传回给回调函数cb,不做任何处理!
Returns
void 无返回值