NIM 跨平台 C++ SDK
|
typedef void(* nim_qchat_server_accept_apply_cb_func) (const NIMQChatServerAcceptApplyResp *resp) |
接受申请回调
typedef void(* nim_qchat_server_accept_invite_cb_func) (const NIMQChatServerAcceptInviteResp *resp) |
接受邀请回调
typedef void(* nim_qchat_server_apply_cb_func) (const NIMQChatServerApplyResp *resp) |
申请回调
typedef void(* nim_qchat_server_ban_member_cb_func) (const NIMQChatServerBanMemberResp *resp) |
封禁成员回调
typedef void(* nim_qchat_server_create_cb_func) (const NIMQChatServerCreateResp *resp) |
创建服务回调
typedef void(* nim_qchat_server_enter_as_visitor_cb_func) (const NIMQChatServerEnterAsVisitorResp *resp) |
以游客身份进入服务器回调
typedef void(* nim_qchat_server_generate_invite_code_cb_func) (const NIMQChatServerGenerateInviteCodeResp *resp) |
生成邀请码回调
typedef void(* nim_qchat_server_get_banned_members_page_cb_func) (const NIMQChatServerGetBannedMembersPageResp *resp) |
查询封禁成员列表回调
typedef void(* nim_qchat_server_get_invite_apply_record_by_self_cb_func) (const NIMQChatServerGetInviteApplyRecordOfSelfResp *resp) |
查询自己的申请邀请记录回调
typedef void(* nim_qchat_server_get_invite_apply_record_of_server_cb_func) (const NIMQChatServerGetInviteApplyRecordOfServerResp *resp) |
查询服务器下的申请邀请记录回调
typedef void(* nim_qchat_server_get_members_cb_func) (const NIMQChatServerGetMembersResp *resp) |
查询成员列表回调
typedef void(* nim_qchat_server_get_members_page_cb_func) (const NIMQChatServerGetMembersPageResp *resp) |
查询成员列表分页回调
typedef void(* nim_qchat_server_get_servers_cb_func) (const NIMQChatServerGetServersResp *resp) |
查询服务列表回调
typedef void(* nim_qchat_server_get_servers_page_cb_func) (const NIMQChatServerGetServersPageResp *resp) |
查询服务列表分页回调
typedef void(* nim_qchat_server_invite_cb_func) (const NIMQChatServerInviteResp *resp) |
邀请回调
typedef void(* nim_qchat_server_join_by_invite_code_cb_func) (const NIMQChatServerJoinByInviteCodeResp *resp) |
通过邀请码加入回调
typedef void(* nim_qchat_server_kick_cb_func) (const NIMQChatServerKickResp *resp) |
踢人回调
typedef void(* nim_qchat_server_leave_as_visitor_cb_func) (const NIMQChatServerLeaveAsVisitorResp *resp) |
以游客身份退出服务器回调
typedef void(* nim_qchat_server_leave_cb_func) (const NIMQChatServerLeaveResp *resp) |
离开回调
typedef void(* nim_qchat_server_mark_read_cb_func) (const NIMQChatServerMarkReadResp *resp) |
服务器标记已读
typedef void(* nim_qchat_server_reject_apply_cb_func) (const NIMQChatServerRejectApplyResp *resp) |
拒绝申请回调
typedef void(* nim_qchat_server_reject_invite_cb_func) (const NIMQChatServerRejectInviteResp *resp) |
拒绝邀请回调
typedef void(* nim_qchat_server_remove_cb_func) (const NIMQChatServerDeleteResp *resp) |
删除服务回调
typedef void(* nim_qchat_server_subscribe_all_channel_cb_func) (const NIMQChatServerSubscribeAllChannelResp *resp) |
订阅所有频道
typedef void(* nim_qchat_server_subscribe_as_visitor_cb_func) (const NIMQChatServerSubscribeAsVisitorResp *resp) |
以游客身份订阅服务器回调
typedef void(* nim_qchat_server_subscribe_cb_func) (const NIMQChatServerSubscribeResp *resp) |
订阅回调
typedef void(* nim_qchat_server_unban_member_cb_func) (const NIMQChatServerUnbanMemberResp *resp) |
解封成员回调
typedef void(* nim_qchat_server_unread_cb_func) (const NIMQChatServerUnreadResp *resp) |
未读数回调
typedef void(* nim_qchat_server_update_cb_func) (const NIMQChatServerUpdateResp *resp) |
更新服务回调
typedef void(* nim_qchat_server_update_member_info_cb_func) (const NIMQChatServerUpdateMemberInfoResp *resp) |
更新成员信息回调
typedef NIMQChatBaseResp NIMQChatServerAcceptApplyResp |
typedef NIMQChatBaseResp NIMQChatServerAcceptInviteResp |
typedef NIMQChatBaseResp NIMQChatServerBanMemberResp |
typedef NIMQChatBaseResp NIMQChatServerDeleteResp |
typedef NIMQChatServerSubscribeResp NIMQChatServerEnterAsVisitorResp |
typedef NIMQChatServerGetInviteApplyRecordOfServerResp NIMQChatServerGetInviteApplyRecordOfSelfResp |
typedef NIMQChatBaseResp NIMQChatServerJoinByInviteCodeResp |
typedef NIMQChatBaseResp NIMQChatServerKickResp |
typedef NIMQChatServerSubscribeResp NIMQChatServerLeaveAsVisitorResp |
typedef NIMQChatBaseResp NIMQChatServerLeaveResp |
typedef NIMQChatServerGetMembersResp NIMQChatServerMemberSearchResp |
typedef NIMQChatBaseResp NIMQChatServerRejectApplyResp |
typedef NIMQChatBaseResp NIMQChatServerRejectInviteResp |
typedef NIMQChatServerGetServersPageResp NIMQChatServerSearchPageResp |
typedef NIMQChatServerSubscribeResp NIMQChatServerSubscribeAsVisitorResp |
typedef NIMQChatBaseResp NIMQChatServerUnbanMemberResp |
typedef NIMQChatBaseResp NIMQChatServerUpdateMemberInfoResp |
typedef NIMQChatServerCreateResp NIMQChatServerUpdateResp |