TCHMessageType Constants Reference

Declared in TCHConstants.h

TCHMessageType

Enumeration indicating the type of message - text or media.

Definition

typedef NS_ENUM(NSInteger, TCHMessageType ) {
   TCHMessageTypeText = 0,
   TCHMessageTypeMedia,
};

Constants

TCHMessageTypeText

This message is a text message, containing a body.

Declared In TCHConstants.h.

TCHMessageTypeMedia

This message is a media message with a media attachment.

Declared In TCHConstants.h.

Declared In

TCHConstants.h