TCHConversationUpdate Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHConversationUpdate
Enumeration indicating the updates made to the TCHConversation object.
Definition
typedef NS_ENUM(NSInteger, TCHConversationUpdate ) {
                            
                               TCHConversationUpdateStatus = 1,
                            
                               TCHConversationUpdateLastReadMessageIndex,
                            
                               TCHConversationUpdateUniqueName,
                            
                               TCHConversationUpdateFriendlyName,
                            
                               TCHConversationUpdateAttributes,
                            
                               TCHConversationUpdateLastMessage,
                            
                               TCHConversationUpdateUserNotificationLevel,
                            
                               TCHConversationUpdateState,
                            
                            };
                    
                    Constants
- TCHConversationUpdateStatus
- 
The user’s status on this conversation changed. Declared In TCHConstants.h.
- TCHConversationUpdateLastReadMessageIndex
- 
The user’s last read message index on this conversation changed. Declared In TCHConstants.h.
- TCHConversationUpdateUniqueName
- 
The conversation’s unique name changed. Declared In TCHConstants.h.
- TCHConversationUpdateFriendlyName
- 
The conversation’s friendly name changed. Declared In TCHConstants.h.
- TCHConversationUpdateAttributes
- 
The conversation’s attributes changed. Declared In TCHConstants.h.
- TCHConversationUpdateLastMessage
- 
The conversation’s last message changed. Declared In TCHConstants.h.
- TCHConversationUpdateUserNotificationLevel
- 
The conversation’s user notification level changed. Declared In TCHConstants.h.
- TCHConversationUpdateState
- 
The conversation’s state changed. Declared In TCHConstants.h.
Declared In
TCHConstants.h