TCHMediaCategory Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHMediaCategory
Enumeration indicating the type of media in a message.
Definition
typedef NS_ENUM(NSUInteger, TCHMediaCategory ) {
                            
                               TCHMediaCategoryMedia,
                            
                               TCHMediaCategoryBody,
                            
                               TCHMediaCategoryHistory,
                            
                            };
                    
                    Constants
- TCHMediaCategoryMedia
- 
This type means that a message contain attached media. Declared In TCHConstants.h.
- TCHMediaCategoryBody
- 
This type means that media with this category replaces a body from a message. Declared In TCHConstants.h.
- TCHMediaCategoryHistory
- 
The type is email history. Declared In TCHConstants.h.
Declared In
TCHConstants.h