Inherits com.hyphenate.chat.EMBase< T >.
The conversation filter class.
◆ EMConversationFilter()
com.hyphenate.chat.EMConversationFilter.EMConversationFilter |
( |
@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 com.hyphenate.chat.EMConversationFilter.getMarkType |
( |
| ) |
|
Gets the conversation mark.
- Returns
- The conversation mark.
◆ getPageSize()
int com.hyphenate.chat.EMConversationFilter.getPageSize |
( |
| ) |
|
Gets the number of conversations to retrieve on each page.
- Returns
- The number of conversations to retrieve on each page.
◆ setMarkType()
void com.hyphenate.chat.EMConversationFilter.setMarkType |
( |
EMMarkType |
mMark | ) |
|
Sets the conversation mark.
- Parameters
-
mMark | The conversation mark. |
◆ setPageSize()
void com.hyphenate.chat.EMConversationFilter.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:
- com/hyphenate/chat/EMConversationFilter.java