Agora Java API Reference for Android
|
Public Member Functions | |
abstract void | getMessages (String channelName, RtmChannelType channelType, GetHistoryMessagesOptions options, ResultCallback< GetMessagesResult > resultCallback) |
The RtmHistory class.
This class provides the rtm history methods that can be invoked by your app.
|
abstract |
gets history messages in the channel.
channelName | The name of the channel. |
channelType | The type of the channel. |
options | The query options. |
resultCallback | A ResultCallback object.
|