TCHMemberUpdate Constants Reference

Declared in TCHConstants.h

TCHMemberUpdate

Enumeration indicating the updates made to the TCHMember object.

Definition

typedef NS_ENUM(NSInteger, TCHMemberUpdate ) {
   TCHMemberUpdateLastConsumedMessageIndex = 0,
   TCHMemberUpdateLastConsumptionTimestamp,
   TCHMemberUpdateAttributes,
};

Constants

TCHMemberUpdateLastConsumedMessageIndex

The member’s last consumed message index changed.

Declared In TCHConstants.h.

TCHMemberUpdateLastConsumptionTimestamp

The member’s last consumed message timestamp changed.

Declared In TCHConstants.h.

TCHMemberUpdateAttributes

The member’s attributes changed.

Declared In TCHConstants.h.

Declared In

TCHConstants.h