V2TimAdvancedMsgListener
Introduction
The main listener registered for message-related events.
Parameter introduction
onRecvC2CReadReceipt
- Parameter type : OnRecvC2CReadReceipt
- Parameter description : 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).
onRecvMessageRevoked
- Parameter type : OnRecvMessageRevoked
- Parameter description : Received a message recall notification.
onRecvNewMessage
- Parameter type : OnRecvNewMessage
- Parameter description : Received a new message.
onSendMessageProgress
- Parameter type : OnSendMessageProgress
- Parameter description : The uploading process for media and file messages changes.
onRecvMessageModified
- Parameter type : OnRecvMessageModified
- Parameter description : Message content modified.
onRecvMessageReadReceipts
- Parameter type : OnRecvMessageReadReceipts
- Parameter description : 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).
onRecvMessageExtensionsChanged
- Parameter type : OnRecvMessageExtensionsChanged
- Parameter description : Message extension property changes
onRecvMessageExtensionsDeleted
- Parameter type : OnRecvMessageExtensionsDeleted
- Parameter description : Message extension attribute is deleted
onMessageDownloadProgressCallback
- Parameter type : OnMessageDownloadProgressCallback
- Parameter description : The callback of downloading file progress