getMessage

public abstract void getMessage(int messageId, IRongCoreCallback.ResultCallback<Message> callback)

Retrieves the message body based on the message ID (unique value in the database index).

Since

5.0.0

Parameters

messageId

The message ID.

callback

The callback.