V2TimAdvancedMsgListener
Introduction
The main listener registered for message-related events.
Parameter introduction
onRecvC2CReadReceipt
Parameter type : OnRecvC2CReadReceiptCallback
Supported Platform: All
- 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 : OnRecvMessageRevokedCallback
Supported Platform: All
- Parameter description : Received a message recall notification.
onRecvNewMessage
Parameter type : OnRecvNewMessageCallback
Supported Platform: All
- Parameter description : Received a new message.
onSendMessageProgress
Parameter type : OnSendMessageProgressCallback
Supported Platform: All
- Parameter description : The uploading process for media and file messages changes.
onRecvMessageModified
Parameter type : OnRecvMessageModified
Supported Platform: All
- Parameter description : Message content modified.
onRecvMessageReadReceipts
Parameter type : OnRecvMessageReadReceipts
Supported Platform: All
- 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
Supported Platform: All
- Parameter description : Message extension property changes
onRecvMessageExtensionsDeleted
Parameter type : OnRecvMessageExtensionsDeleted
Supported Platform: All
- Parameter description : Message extension attribute is deleted
onMessageDownloadProgressCallback
Parameter type : OnMessageDownloadProgressCallback
Supported Platform: All
- Parameter description : The callback of downloading file progress