HyphenateChatSDK 4.8.0
Instance Methods | Properties | List of all members
EMConversationFilter Class Reference

#import <EMConversationFilter.h>

Inheritance diagram for EMConversationFilter:

Instance Methods

(instancetype _Nonnull) - initWithMark:pageSize:
 

Properties

NSInteger pageSize
 
EMMarkType mark
 

Detailed Description

The conversation filter class.

Method Documentation

◆ initWithMark:pageSize:

- (instancetype _Nonnull) initWithMark: (EMMarkType)  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

- (EMMarkType) 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: