HyphenateChatSDK  3.8.4
Class Methods | Properties | List of all members
EMPageResult Class Reference

#import <EMPageResult.h>

Inheritance diagram for EMPageResult:

Class Methods

(instancetype) + pageResultWithList:andCount:
 

Properties

NSArray * list
 
NSInteger count
 

Detailed Description

@header EMPageResult.h @abstract Subsection result

Author
Hyphenate
Version
3.00

Sub-section result

Method Documentation

◆ pageResultWithList:andCount:

+ (instancetype) pageResultWithList: (NSArray *)  aList
andCount: (NSInteger)  aCount 

Get result instance

Parameters
aListResult list<id>
aCountThe count of current list
Returns
An instance of cursor result

Property Documentation

◆ count

- (NSInteger) count
readwritenonatomicassign

The count of current list

◆ list

- (NSArray*) list
readwritenonatomicstrong

Result list<id>


The documentation for this class was generated from the following file: