AgoraChatSDK 1.14.0
Instance Methods | Properties | List of all members
AgoraChatConversationFilter Class Reference

#import <AgoraChatConversationFilter.h>

Inheritance diagram for AgoraChatConversationFilter:

Instance Methods

(instancetype _Nonnull) - initWithMark:pageSize:
 

Properties

NSInteger pageSize
 
AgoraChatMarkType mark
 

Detailed Description

The conversation filter class.

Method Documentation

◆ initWithMark:pageSize:

- (instancetype _Nonnull) initWithMark: (AgoraChatMarkType)  mark
pageSize: (NSInteger)  pageSize 

Initializes the conversation filter class.

Parameters
markThe conversation mark.
pageSizeThe number of conversations to retrieve on each page. The value range is [1,10].
Returns
The conversation filter instance.

Property Documentation

◆ mark

- (AgoraChatMarkType) mark
readwritenonatomicassign

The conversation mark.

◆ pageSize

- (NSInteger) pageSize
readwritenonatomicassign

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: