TCHConversationSynchronizationStatus Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHConversationSynchronizationStatus
Enumeration indicating the conversation’s current synchronization status with the server.
Definition
typedef NS_ENUM(NSInteger, TCHConversationSynchronizationStatus ) {
                            
                               TCHConversationSynchronizationStatusNone = 0,
                            
                               TCHConversationSynchronizationStatusIdentifier,
                            
                               TCHConversationSynchronizationStatusMetadata,
                            
                               TCHConversationSynchronizationStatusAll,
                            
                               TCHConversationSynchronizationStatusFailed,
                            
                            };
                    
                    Constants
- TCHConversationSynchronizationStatusNone
- 
Conversation not ready yet, local object only. Declared In TCHConstants.h.
- TCHConversationSynchronizationStatusIdentifier
- 
Conversation SID is available. Declared In TCHConstants.h.
- TCHConversationSynchronizationStatusMetadata
- 
Conversation SID, Friendly Name, Attributes and Unique Name are available. Declared In TCHConstants.h.
- TCHConversationSynchronizationStatusAll
- 
Conversation collections: participants and messages are ready to use. Declared In TCHConstants.h.
- TCHConversationSynchronizationStatusFailed
- 
Conversation synchronization failed. Declared In TCHConstants.h.
Declared In
TCHConstants.h