Public Member Functions | |
void | onRecvNewMessage (V2TIMMessage msg) |
void | onRecvMessageReadReceipts (List< V2TIMMessageReceipt > receiptList) |
void | onRecvC2CReadReceipt (List< V2TIMMessageReceipt > receiptList) |
void | onRecvMessageRevoked (String msgID) |
void | onRecvMessageModified (V2TIMMessage msg) |
void | onRecvMessageExtensionsChanged (String msgID, List< V2TIMMessageExtension > extensions) |
void | onRecvMessageExtensionsDeleted (String msgID, List< String > extensionKeys) |
|
inline |
Received a new message
msg | Message |
|
inline |
Notification of message read receipt(If the message sent by yourself supports read receipts, the message receiver calls sendMessageReadReceipts, and you will receive the notification)
|
inline |
C2C peer user conversation read notification(If the peer user calls the markC2CMessageAsRead interface, you will receive the callback, and the callback will only carry the peer userID and peer read timestamp information)
|
inline |
Received a message recall notification
msgID | Unique ID of a message |
|
inline |
Message content modified
|
inline |
Message extension changed
|
inline |
Message extension deleted