TCHClientSynchronizationStrategy Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHClientSynchronizationStrategy
Synchronization strategy to use during client initialization.
Definition
typedef NS_ENUM(NSInteger, TCHClientSynchronizationStrategy ) {
                            
                               TCHClientSynchronizationStrategyAll,
                            
                               TCHClientSynchronizationStrategyChannelsList,
                            
                            };
                    
                    Constants
- TCHClientSynchronizationStrategyAll
- 
Initialize channels list, members and messages collections for all joined channels. Loads the number of messages per channel indicated during client initialization. Declared In TCHConstants.h.
- TCHClientSynchronizationStrategyChannelsList
- 
Initialize just the channels list, no additional data on channels regardless of join state. As channels are manually synchronized, the number of messages declared during client initialization will be loaded. Declared In TCHConstants.h.
Declared In
TCHConstants.h