TCHClientSynchronizationStatus Constants Reference

Declared in TCHConstants.h

TCHClientSynchronizationStatus

The synchronization status of the client.

Definition

typedef NS_ENUM(NSInteger, TCHClientSynchronizationStatus ) {
   TCHClientSynchronizationStatusStarted = 0,
   TCHClientSynchronizationStatusChannelsListCompleted,
   TCHClientSynchronizationStatusCompleted,
   TCHClientSynchronizationStatusFailed,
};

Constants

TCHClientSynchronizationStatusStarted

Client synchronization has started.

Declared In TCHConstants.h.

TCHClientSynchronizationStatusChannelsListCompleted

Channels list is available.

Declared In TCHConstants.h.

TCHClientSynchronizationStatusCompleted

All joined channels, their members and the requested number of messages are synchronized.

Declared In TCHConstants.h.

TCHClientSynchronizationStatusFailed

Synchronization failed.

Declared In TCHConstants.h.

Declared In

TCHConstants.h