TWMClientSynchronizationStrategy Constants Reference
Declared in | TWMConstants.h |
---|
TWMClientSynchronizationStrategy
Synchronization strategy to use during client initialization.
Definition
typedef NS_ENUM(NSInteger, TWMClientSynchronizationStrategy ) {
TWMClientSynchronizationStrategyAll,
TWMClientSynchronizationStrategyChannelsList,
};
Constants
TWMClientSynchronizationStrategyAll
-
Initialize channels list, members and messages collections for all joined channels. Loads the number of messages per channel indicated during client initialization.
Declared In
TWMConstants.h
. TWMClientSynchronizationStrategyChannelsList
-
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
TWMConstants.h
.
Declared In
TWMConstants.h