Instance Methods | |
(void) | - onRecvNewMessage: |
(void) | - onRecvMessageReadReceipts: |
(void) | - onRecvC2CReadReceipt: |
(void) | - onRecvMessageRevoked: |
(void) | - onRecvMessageModified: |
(void) | - onRecvMessageExtensionsChanged:extensions: |
(void) | - onRecvMessageExtensionsDeleted:extensionKeys: |
|
optional |
Received a new message.
|
optional |
Message read receipt notification (if you send a message that supports read receipts, the message receiver calls the sendMessageReadReceipts interface, and you will receive the callback)
|
optional |
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)
|
optional |
Received a message recall notification.
|
optional |
Message content modified.
|
optional |
Message extension changed.
|
optional |
Message extension deleted.