set Message Sent Status
public abstract void setMessageSentStatus(Message message, IRongCoreCallback.ResultCallback<Boolean> callback)
Sets the message sending status. Note: Users are not allowed to set it to SENDING
Since
5.0.0
Parameters
message
The message object. Refer to Message.
callback
Callback indicating whether the setting was successful.
Note: The message object must have a valid messageId and sentStatus.