Public Member Functions | |
| ConversationFilter (@NonNull EMMarkType markType, int pageSize) | |
| EMMarkType | getMarkType () |
| void | setMarkType (EMMarkType mMark) |
| int | getPageSize () |
| void | setPageSize (int mPageSize) |
The conversation filter class.
| io.agora.chat.ConversationFilter.ConversationFilter | ( | @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 io.agora.chat.ConversationFilter.getMarkType | ( | ) |
Gets the conversation mark.
| int io.agora.chat.ConversationFilter.getPageSize | ( | ) |
Gets the number of conversations to retrieve on each page.
| void io.agora.chat.ConversationFilter.setMarkType | ( | EMMarkType | mMark | ) |
Sets the conversation mark.
| mMark | The conversation mark. |
| void io.agora.chat.ConversationFilter.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]. |