hyphenate_SDK3.0
3.8.5
hyphenatejavaIMSDK
|
Public Member Functions | |
void | onCoversationUpdate () |
void | onConversationRead (String from, String to) |
The listener when conversation changed or received the conversation ack
void com.hyphenate.EMConversationListener.onConversationRead | ( | String | from, |
String | to | ||
) |
Call back when received conversation read ack
Scenarios to call back this method: (1) Message read by receiver (conversation ack sent). Upon receiving this event, the SDK sets the isAcked property of the message in the conversation to True in the local database. (2) In the multi-device login scenario, one end sends a Conversation ACK, the server sets the number of unread messages to 0, and the other end calls back this method and sets the isRead property of the message in the conversation to True in the local database.
from | Username who send channel ack |
to | Username who receive channel ack |
void com.hyphenate.EMConversationListener.onCoversationUpdate | ( | ) |
Call back when conversation updated