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,
};

Constants

TCHMessageUpdateBody

The message’s body changed.

Declared In TCHConstants.h.

TCHMessageUpdateAttributes

The message’s attributes changed.

Declared In TCHConstants.h.

Declared In

TCHConstants.h