Public Member Functions | |
| EMConversationFilter (@NonNull EMMarkType markType, int pageSize) | |
| EMMarkType | getMarkType () |
| void | setMarkType (EMMarkType mMark) |
| int | getPageSize () |
| void | setPageSize (int mPageSize) |
The conversation filter class.
| com.hyphenate.chat.EMConversationFilter.EMConversationFilter | ( | @NonNull EMMarkType | markType, |
| int | pageSize ) |
Constructor.
| markType | The conversation mark. |
| pageSize | The number of conversations to retrieve on each page. The value range is [1,10]. |
| EMMarkType com.hyphenate.chat.EMConversationFilter.getMarkType | ( | ) |
Gets the conversation mark.
| int com.hyphenate.chat.EMConversationFilter.getPageSize | ( | ) |
Gets the number of conversations to retrieve on each page.
| void com.hyphenate.chat.EMConversationFilter.setMarkType | ( | EMMarkType | mMark | ) |
Sets the conversation mark.
| mMark | The conversation mark. |
| void com.hyphenate.chat.EMConversationFilter.setPageSize | ( | int | mPageSize | ) |
Sets the number of conversations to retrieve on each page.
| mPageSize | The number of conversations to retrieve on each page. The value range is [1,10]. |