TCHMessageUpdate Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHMessageUpdate
Enumeration indicating the updates made to the TCHMessage object.
Definition
typedef NS_ENUM(NSInteger, TCHMessageUpdate ) {
                            
                               TCHMessageUpdateBody = 0,
                            
                               TCHMessageUpdateAttributes,
                            
                               TCHMessageUpdateDeliveryReceipt,
                            
                               TCHMessageUpdateSubject,
                            
                            };
                    
                    Constants
- TCHMessageUpdateBody
- 
The message’s body changed. Declared In TCHConstants.h.
- TCHMessageUpdateAttributes
- 
The message’s attributes changed. Declared In TCHConstants.h.
- TCHMessageUpdateDeliveryReceipt
- 
The message’s aggregated delivery receipt changed. Declared In TCHConstants.h.
- TCHMessageUpdateSubject
- 
The message’s subject changed. Declared In TCHConstants.h.
Declared In
TCHConstants.h