send Read Receipt Message
Sends a read receipt for messages in a specific conversation.
For IMLib, you can register a listener using setReadReceiptListener; for IMKit, simply set rc_read_receipt
to true in rc_config.xml.
Since
5.1.1
Parameters
The type of conversation (only applicable to PRIVATE and ENCRYPTED types).
The ID of the conversation.
The business identifier of the conversation to which the message belongs.
The timestamp of the last read message in the conversation getSentTime.
Sends a read receipt for messages in a specific conversation.
For IMLib, you can register a listener using setReadReceiptListener; for IMKit, directly set rc_read_receipt
to true in rc_config.xml.
Since
5.1.1
Parameters
The type of conversation (only applicable to PRIVATE and ENCRYPTED types)
The ID of the conversation
The business identifier of the conversation to which the message belongs
The timestamp of the last read message in the conversation getSentTime
The callback for sending the read receipt message