Inherits io.agora.chat.EMBase< T >.
The conversation filter class.
◆ ConversationFilter()
io.agora.chat.ConversationFilter.ConversationFilter |
( |
@NonNull EMMarkType |
markType, |
|
|
int |
pageSize |
|
) |
| |
Constructor.
- Parameters
-
markType | The conversation mark. |
pageSize | The number of conversations to retrieve on each page. The value range is [1,10]. |
◆ getMarkType()
EMMarkType io.agora.chat.ConversationFilter.getMarkType |
( |
| ) |
|
Gets the conversation mark.
- Returns
- The conversation mark.
◆ getPageSize()
int io.agora.chat.ConversationFilter.getPageSize |
( |
| ) |
|
Gets the number of conversations to retrieve on each page.
- Returns
- The number of conversations to retrieve on each page.
◆ setMarkType()
void io.agora.chat.ConversationFilter.setMarkType |
( |
EMMarkType |
mMark | ) |
|
Sets the conversation mark.
- Parameters
-
mMark | The conversation mark. |
◆ setPageSize()
void io.agora.chat.ConversationFilter.setPageSize |
( |
int |
mPageSize | ) |
|
Sets the number of conversations to retrieve on each page.
- Parameters
-
mPageSize | The number of conversations to retrieve on each page. The value range is [1,10]. |
The documentation for this class was generated from the following file:
- io/agora/chat/ConversationFilter.java