set Message Received Status
public abstract void setMessageReceivedStatus(int messageId, ReceivedStatus receivedStatus, RongIMClient.ResultCallback<Boolean> callback)
Sets the message received status.
Parameters
message Id
The message ID.
received Status
The received message status. Refer to Message.ReceivedStatus.
callback
Callback indicating whether the setting was successful.