MSPullSettings Class Reference
Inherits from | NSObject |
---|---|
Declared in | MSPullSettings.h |
Initializing the MSPullSettings object
– initWithPageSize:
Initializes the MSPullSettings object with the specified page size
- (instancetype)initWithPageSize:(NSInteger)pageSize
Discussion
Initializes the MSPullSettings object with the specified page size
Declared In
MSPullSettings.h
Properties that control pull behavior
pageSize
Size of pages requested from the server while performing a pull
@property (nonatomic) NSInteger pageSize
Discussion
Size of pages requested from the server while performing a pull
Declared In
MSPullSettings.h