Chat SDK for Android v1.2.1
agora java chat SDK
|
Public Attributes | |
UP | |
DOWN | |
The message search direction.
The message research is based on the Unix timestamp included in messages. Each message contains two Unix timestamps:
Which Unix timestamp is used for message search depends on the setting of ChatOptions#setSortMessageByServerTime(boolean).
io.agora.chat.Conversation.SearchDirection.DOWN |
Messages are retrieved in the ascending order of the Unix timestamp included in them.
io.agora.chat.Conversation.SearchDirection.UP |
Messages are retrieved in the descending order of the Unix timestamp included in them.