TCHChannelUpdate Constants Reference
| Declared in | TCHConstants.h |
|---|
TCHChannelUpdate
Enumeration indicating the updates made to the TCHChannel object.
Definition
typedef NS_ENUM(NSInteger, TCHChannelUpdate ) {
TCHChannelUpdateStatus = 1,
TCHChannelUpdateLastConsumedMessageIndex,
TCHChannelUpdateUniqueName,
TCHChannelUpdateFriendlyName,
TCHChannelUpdateAttributes,
TCHChannelUpdateLastMessage,
TCHChannelUpdateUserNotificationLevel,
};
Constants
TCHChannelUpdateStatus-
The user’s status on this channel changed.
Declared In
TCHConstants.h. TCHChannelUpdateLastConsumedMessageIndex-
The user’s last consumed message index on this channel changed.
Declared In
TCHConstants.h. TCHChannelUpdateUniqueName-
The channel’s unique name changed.
Declared In
TCHConstants.h. TCHChannelUpdateFriendlyName-
The channel’s friendly name changed.
Declared In
TCHConstants.h. TCHChannelUpdateAttributes-
The channel’s attributes changed.
Declared In
TCHConstants.h. TCHChannelUpdateLastMessage-
The channel’s last message changed.
Declared In
TCHConstants.h. TCHChannelUpdateUserNotificationLevel-
The channel’s user notification level changed.
Declared In
TCHConstants.h.
Declared In
TCHConstants.h