TCHParticipantUpdate Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHParticipantUpdate
Enumeration indicating the updates made to the TCHParticipant object.
Definition
typedef NS_ENUM(NSInteger, TCHParticipantUpdate ) {
                            
                               TCHParticipantUpdateLastReadMessageIndex = 0,
                            
                               TCHParticipantUpdateLastReadTimestamp,
                            
                               TCHParticipantUpdateAttributes,
                            
                            };
                    
                    Constants
- TCHParticipantUpdateLastReadMessageIndex
- 
The participant’s last read message index changed. Declared In TCHConstants.h.
- TCHParticipantUpdateLastReadTimestamp
- 
The participant’s last read message timestamp changed. Declared In TCHConstants.h.
- TCHParticipantUpdateAttributes
- 
The participant’s attributes changed. Declared In TCHConstants.h.
Declared In
TCHConstants.h