AgoraChatSDK 1.2.0
Class Methods | Protected Attributes | Properties | List of all members
AgoraChatPageResult Class Reference

#import <AgoraChatPageResult.h>

Inheritance diagram for AgoraChatPageResult:

Class Methods

(instancetype _Nonnull) + pageResultWithList:andCount:
 

Protected Attributes

 __pad0__: NSObject@property (nonatomic
 
strong NSArray< ObjectType > *_Nullable list
 

Properties

NSInteger count
 

Detailed Description

@header AgoraChatPageResult.h @abstract The subsection result.

Author
Hyphenate
Version
3.00 The sub-section result.

Method Documentation

◆ pageResultWithList:andCount:

+ (instancetype _Nonnull) pageResultWithList: (NSArray< ObjectType > *_Nullable)  aList
andCount: (NSInteger)  aCount 

Gets the result instance.

Parameters
aListThe result list.
aCountThe count of current list.
Returns
The instance of cursor result.

Property Documentation

◆ count

- (NSInteger) count
readwritenonatomicassign

The count of the current list.


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