getMessageByUid

public abstract void getMessageByUid(String uid, RongIMClient.ResultCallback<Message> callback)

Retrieve the message entity by its globally unique ID.

Parameters

uid

The globally unique ID (server message unique ID).

callback

The callback for retrieving the message.