set Message Sent Status
public abstract void setMessageSentStatus(Message message, RongIMClient.ResultCallback<Boolean> callback)
Sets the message sending status.
Parameters
message
The message object. Refer to Message.
callback
Callback indicating whether the operation was successful.
Note: The message object must have a valid messageId and sentStatus.