|
AgoraChatSDK 1.14.0
|
#import <AgoraChatConversationFilter.h>
Instance Methods | |
| (instancetype _Nonnull) | - initWithMark:pageSize: |
Properties | |
| NSInteger | pageSize |
| AgoraChatMarkType | mark |
The conversation filter class.
| - (instancetype _Nonnull) initWithMark: | (AgoraChatMarkType) | mark | |
| pageSize: | (NSInteger) | pageSize | |
Initializes the conversation filter class.
| mark | The conversation mark. |
| pageSize | The number of conversations to retrieve on each page. The value range is [1,10]. |
|
readwritenonatomicassign |
The conversation mark.
|
readwritenonatomicassign |
The number of conversations to retrieve on each page. The value range is [1,10].