TCHChannelUpdate Constants Reference
| Declared in | TCHConstants.h |
|---|
TCHChannelUpdate
Enumeration indicating the updates made to the TCHChannel object.
Definition
typedef NS_ENUM(NSInteger, TCHChannelUpdate ) {
TCHChannelUpdateSynchronizationStatus = 0,
TCHChannelUpdateStatus,
TCHChannelUpdateLastConsumedMessageIndex,
TCHChannelUpdateUniqueName,
TCHChannelUpdateFriendlyName,
TCHChannelUpdateAttributes,
};
Constants
TCHChannelUpdateSynchronizationStatus-
The channel’s synchronization status changed. (DEPRECATED - see synchronization status updated delegate method.)
Declared In
TCHConstants.h. 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.
Declared In
TCHConstants.h