快捷回复接口相关的常量函数等定义头文件
更多...
浏览源代码.
|
typedef void(* | nim_talkex_quick_comment_add_quick_comment_cb_func) (int code, const char *quick_comment_info, const void *user_data) |
|
typedef void(* | nim_talkex_quick_comment_remove_quick_comment_cb_func) (int code, const char *id, const void *user_data) |
|
typedef void(* | nim_talkex_quick_comment_query_quick_comment_cb_func) (int code, const char *response, const void *user_data) |
|
typedef void(* | nim_talkex_quick_comment_add_quick_comment_notify_cb_func) (const char *session, int type, const char *msg_client_id, const char *info, const void *user_data) |
|
typedef void(* | nim_talkex_quick_comment_remove_quick_comment_notify_cb_func) (const char *session, int type, const char *msg_client_id, const char *id, const char *ext, const void *user_data) |
|
快捷回复接口相关的常量函数等定义头文件
- 版权所有
- (c) 2015-2017, NetEase Inc. All rights reserved
- 日期
- 2020/04/19
◆ nim_talkex_quick_comment_add_quick_comment_cb_func
void(* nim_talkex_quick_comment_add_quick_comment_cb_func)(int code, const char *quick_comment_info, const void *user_data) |
添加快捷回复回调函数定义
- 参数
-
[out] | code | 执行结果 |
[out] | quick_comment_info | 添加快捷回复成功后会返回收藏的内容 |
[out] | user_data | APP的自定义用户数据,SDK只负责传回给回调函数,不做任何处理! |
- 返回
- void 无返回值
◆ nim_talkex_quick_comment_add_quick_comment_notify_cb_func
void(* nim_talkex_quick_comment_add_quick_comment_notify_cb_func)(const char *session, int type, const char *msg_client_id, const char *info, const void *user_data) |
添加快捷通知回调函数定义
- 参数
-
[out] | session | 查询消息属于哪个会话ID |
[out] | type | 消息会话类型 |
[out] | msg_client_id | 消息ID |
[out] | info | 回复的内容 |
[out] | user_data | APP的自定义用户数据,SDK只负责传回给回调函数,不做任何处理! |
- 返回
- void 无返回值
◆ nim_talkex_quick_comment_query_quick_comment_cb_func
void(* nim_talkex_quick_comment_query_quick_comment_cb_func)(int code, const char *response, const void *user_data) |
删除快捷回复回调函数定义
- 参数
-
[out] | code | 执行结果 |
[out] | response | 查询结果 |
[out] | user_data | APP的自定义用户数据,SDK只负责传回给回调函数,不做任何处理! |
- 返回
- void 无返回值
◆ nim_talkex_quick_comment_remove_quick_comment_cb_func
void(* nim_talkex_quick_comment_remove_quick_comment_cb_func)(int code, const char *id, const void *user_data) |
删除快捷回复回调函数定义
- 参数
-
[out] | code | 执行结果 |
[out] | id | 被删除的快捷回复ID |
[out] | user_data | APP的自定义用户数据,SDK只负责传回给回调函数,不做任何处理! |
- 返回
- void 无返回值
◆ nim_talkex_quick_comment_remove_quick_comment_notify_cb_func
void(* nim_talkex_quick_comment_remove_quick_comment_notify_cb_func)(const char *session, int type, const char *msg_client_id, const char *id, const char *ext, const void *user_data) |
添加快捷通知回调函数定义
- 参数
-
[out] | session | 查询消息属于哪个会话ID |
[out] | type | 消息会话类型 |
[out] | msg_client_id | 消息ID |
[out] | id | 被删除的快捷回复id |
[out] | ext | 扩展字段 |
[out] | user_data | APP的自定义用户数据,SDK只负责传回给回调函数,不做任何处理! |
- 返回
- void 无返回值
◆ kNIMQuickCommentInfoKeyClinetID
const char* kNIMQuickCommentInfoKeyClinetID = "client_id" |
|
static |
◆ kNIMQuickCommentInfoKeyExt
const char* kNIMQuickCommentInfoKeyExt = "ext" |
|
static |
◆ kNIMQuickCommentInfoKeyFromAccID
const char* kNIMQuickCommentInfoKeyFromAccID = "from_account" |
|
static |
◆ kNIMQuickCommentInfoKeyID
const char* kNIMQuickCommentInfoKeyID = "id" |
|
static |
string 服务端没有这个字段,本地为了好处理记录加上的(message serverid + from_accid + type)
◆ kNIMQuickCommentInfoKeyNeedBadge
const char* kNIMQuickCommentInfoKeyNeedBadge = "need_badge" |
|
static |
int 是否需要角标,0表示不需要,1表示需要,默认0
◆ kNIMQuickCommentInfoKeyNeedPush
const char* kNIMQuickCommentInfoKeyNeedPush = "need_push" |
|
static |
int 是否需要推送,0表示不需要,1表示需要,默认0
◆ kNIMQuickCommentInfoKeyPushContent
const char* kNIMQuickCommentInfoKeyPushContent = "push_content" |
|
static |
◆ kNIMQuickCommentInfoKeyPushPayload
const char* kNIMQuickCommentInfoKeyPushPayload = "push_payload" |
|
static |
◆ kNIMQuickCommentInfoKeyPushTitle
const char* kNIMQuickCommentInfoKeyPushTitle = "push_title" |
|
static |
◆ kNIMQuickCommentInfoKeyReplyType
const char* kNIMQuickCommentInfoKeyReplyType = "reply_type" |
|
static |
int64_t 开发者自定义的回复类型 不可使用0
◆ kNIMQuickCommentInfoKeyServerID
const char* kNIMQuickCommentInfoKeyServerID = "server_id" |
|
static |
◆ kNIMQuickCommentInfoKeyTime
const char* kNIMQuickCommentInfoKeyTime = "time" |
|
static |
◆ kNIMQuickCommentQueryRSPKeyInfoList
const char* kNIMQuickCommentQueryRSPKeyInfoList = "info_list" |
|
static |
◆ kNIMQuickCommentQueryRSPKeyMsgClientID
const char* kNIMQuickCommentQueryRSPKeyMsgClientID = "client_id" |
|
static |
◆ kNIMQuickCommentRemoveParamKeyExt
const char* kNIMQuickCommentRemoveParamKeyExt = "ext" |
|
static |
◆ kNIMQuickCommentRemoveParamKeyID
const char* kNIMQuickCommentRemoveParamKeyID = "id" |
|
static |
string 服务端没有这个字段,本地为了好处理记录加上的
◆ kNIMQuickCommentRemoveParamKeyReplyType
const char* kNIMQuickCommentRemoveParamKeyReplyType = "reply_type" |
|
static |