Instance Methods | |
(void) | - onRecvNewMessage: |
(void) | - onRecvMessageReadReceipts: |
(void) | - onRecvC2CReadReceipt: |
(void) | - onRecvMessageRevoked:operateUser:reason: |
(void) | - onRecvMessageModified: |
(void) | - onRecvMessageExtensionsChanged:extensions: |
(void) | - onRecvMessageExtensionsDeleted:extensionKeys: |
(void) | - onRecvMessageReactionsChanged: |
(void) | - onRecvMessageRevoked: |
|
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 (Supported only in 7.4 and later versions)
|
optional |
Message content modified.
|
optional |
Message extension changed.
|
optional |
Message extension deleted.
|
optional |
Message reaction changed This callback is an incremental callback for message reactions, and will only contain the changed reactions information. When the totalUserCount value in the changed reaction is 0, it means that no users are using the reaction, and you can remove the display of the reaction on the UI.
|
optional |
Received a message recall notification (It is deprecated and discouraged to use this callback. Please use onRecvMessageRevoked:operateUser:reason: instead )