getMessageByUid

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

Retrieves the message entity by its globally unique ID.

Since

5.1.7

Parameters

uid

The globally unique ID (server message unique ID).

callback

The callback for retrieving the message.