TCHChannelSynchronizationStatus Constants Reference
| Declared in | TCHConstants.h |
|---|
TCHChannelSynchronizationStatus
Enumeration indicating the channel’s current synchronization status with the server.
Definition
typedef NS_ENUM(NSInteger, TCHChannelSynchronizationStatus ) {
TCHChannelSynchronizationStatusNone = 0,
TCHChannelSynchronizationStatusIdentifier,
TCHChannelSynchronizationStatusMetadata,
TCHChannelSynchronizationStatusAll,
TCHChannelSynchronizationStatusFailed,
};
Constants
TCHChannelSynchronizationStatusNone-
Channel not ready yet, local object only.
Declared In
TCHConstants.h. TCHChannelSynchronizationStatusIdentifier-
Channel SID is available.
Declared In
TCHConstants.h. TCHChannelSynchronizationStatusMetadata-
Channel SID, Friendly Name, Attributes and Unique Name are available.
Declared In
TCHConstants.h. TCHChannelSynchronizationStatusAll-
Channels, Members and Messages collections are ready to use.
Declared In
TCHConstants.h. TCHChannelSynchronizationStatusFailed-
Channel synchronization failed.
Declared In
TCHConstants.h.
Declared In
TCHConstants.h