TCHClientSynchronizationStatus Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHClientSynchronizationStatus
The synchronization status of the client.
Definition
typedef NS_ENUM(NSInteger, TCHClientSynchronizationStatus ) {
                            
                               TCHClientSynchronizationStatusStarted = 0,
                            
                               TCHClientSynchronizationStatusConversationsListCompleted,
                            
                               TCHClientSynchronizationStatusCompleted,
                            
                               TCHClientSynchronizationStatusFailed,
                            
                            };
                    
                    Constants
- TCHClientSynchronizationStatusStarted
- 
Client synchronization has started. Declared In TCHConstants.h.
- TCHClientSynchronizationStatusConversationsListCompleted
- 
Conversations list is available. Declared In TCHConstants.h.
- TCHClientSynchronizationStatusCompleted
- 
All joined conversations, their participants and the requested number of messages are synchronized. Declared In TCHConstants.h.
- TCHClientSynchronizationStatusFailed
- 
Synchronization failed. Declared In TCHConstants.h.
Declared In
TCHConstants.h