7#ifndef _NIM_SDK_CPP_TALKEX_H_
8#define _NIM_SDK_CPP_TALKEX_H_
81 const std::string& msg_client_id,
82 const std::string& quick_comment_id,
84 const std::string& ext)>;
90 static void UnregAllCb();
133 using UnPinMessageCallback = std::function<void(
int code,
const std::string& session,
int to_type,
const std::string&)>;
177 static void UnregAllCb();
Definition nim_cpp_talkex.h:28
std::function< void(int, int, const CollectInfoList &)> QueryCollectsCallback
分页查询回调模板
Definition nim_cpp_talkex.h:37
std::function< void(int, const CollectInfo &)> UpdateCollectCallback
更新收藏回调模板
Definition nim_cpp_talkex.h:35
std::function< void(int code, int count)> RemoveCollectsCallback
删除收藏回调模板
Definition nim_cpp_talkex.h:33
std::function< void(int code, const CollectInfo &)> AddCollectCallback
添加收藏回调模板
Definition nim_cpp_talkex.h:31
Definition nim_cpp_talkex.h:130
std::function< void(const std::string &session, int to_type, const PinMessageInfo &)> UpdatePinMessageNotifyCallback
Definition nim_cpp_talkex.h:138
std::function< void(int code, const std::string &session, int to_type, const QueryAllPinMessageResponse &)> QueryPinMessageCallback
Definition nim_cpp_talkex.h:135
std::function< void(const std::string &session, int to_type, const PinMessageInfo &)> AddPinMessageNotifyCallback
Definition nim_cpp_talkex.h:136
std::function< void(int code, const std::string &session, int to_type, const PinMessageInfo &)> UpdatePinMessageCallback
Definition nim_cpp_talkex.h:134
std::function< void(const std::string &session, int to_type, const std::string &id)> UnPinMessageNotifyCallback
Definition nim_cpp_talkex.h:137
std::function< void(int code, const std::string &session, int to_type, const PinMessageInfo &)> PinMessageCallback
Definition nim_cpp_talkex.h:132
std::function< void(int code, const std::string &session, int to_type, const std::string &)> UnPinMessageCallback
Definition nim_cpp_talkex.h:133
聊天功能;主要包括收藏、快捷回复、PinMessage、ThreadMessage、置顶会话
Definition nim_cpp_talkex.h:26
#define NIM_SDK_CPPWRAPPER_DLL_API
Definition nim_sdk_cpp_wrapper.h:38
NIMSessionType
Definition nim_session_def.h:16
Talkex Pin Message 辅助方法和数据结构定义
收藏内容属性
Definition nim_talkex_helper_collect.h:24
收藏列表
Definition nim_talkex_helper_collect.h:45
Definition nim_talk_helper.h:339
收藏匹配参数
Definition nim_talkex_helper_collect.h:51
修改、取消Pin Message参数定义
Definition nim_talkex_helper_pin_message.h:59
Pin消息属性
Definition nim_talkex_helper_pin_message.h:25
查询Pin Message应答参数定义
Definition nim_talkex_helper_pin_message.h:72
分页查询收藏列表参数
Definition nim_talkex_helper_collect.h:74
收藏内容参数
Definition nim_talkex_helper_collect.h:64