NIM PC Cross Platform SDK
|
This is the complete list of members for nim::SystemMsg, including all inherited members.
BatchSetCallback typedef | nim::SystemMsg | |
CreateCustomNotificationMsg(const std::string &receiver_id, const NIMSysMsgType type, const std::string &client_msg_id, const std::string &content, const SysMessageSetting &msg_setting, int64_t timetag=0) | nim::SystemMsg | static |
DeleteAllAsync(const DeleteAllCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
DeleteAllCallback typedef | nim::SystemMsg | |
DeleteAsync(int64_t msg_id, const DeleteCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
DeleteByTypeAsync(NIMSysMsgType type, const BatchSetCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
DeleteCallback typedef | nim::SystemMsg | |
NotifySingleSysmsgCallback typedef | nim::SystemMsg | |
NotifySysmsgResCallback typedef | nim::SystemMsg | |
QueryMsgAsync(int limit_count, int64_t last_time, const QueryMsgCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
QueryMsgCallback typedef | nim::SystemMsg | |
QuerySysmsgUnreadCallback typedef | nim::SystemMsg | |
QueryUnreadCount(const QuerySysmsgUnreadCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
ReadAllAsync(const ReadAllCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
ReadAllCallback typedef | nim::SystemMsg | |
ReceiveSysmsgCallback typedef | nim::SystemMsg | |
RegSendCustomSysmsgCb(const SendCustomSysmsgCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
RegSysmsgCb(const ReceiveSysmsgCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
SendCustomNotificationMsg(const std::string &json_msg) | nim::SystemMsg | static |
SendCustomSysmsgCallback typedef | nim::SystemMsg | |
SetStatusAsync(int64_t msg_id, nim::NIMSysMsgStatus status, const SetStatusCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
SetStatusByTypeAsync(NIMSysMsgType type, NIMSysMsgStatus status, const BatchSetCallback &cb, const std::string &json_extension="") | nim::SystemMsg | static |
SetStatusCallback typedef | nim::SystemMsg | |
UnregSysmsgCb() | nim::SystemMsg | static |