TWMClientSynchronizationStatus Constants Reference

Declared in TWMConstants.h

TWMClientSynchronizationStatus

The synchronization status of the client.

Definition

typedef NS_ENUM(NSInteger, TWMClientSynchronizationStatus ) {
   TWMClientSynchronizationStatusStarted = 0,
   TWMClientSynchronizationStatusChannelsListCompleted,
   TWMClientSynchronizationStatusCompleted,
   TWMClientSynchronizationStatusFailed,
};

Constants

TWMClientSynchronizationStatusStarted

Client synchronization has started.

Declared In TWMConstants.h.

TWMClientSynchronizationStatusChannelsListCompleted

Channels list is available.

Declared In TWMConstants.h.

TWMClientSynchronizationStatusCompleted

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

Declared In TWMConstants.h.

TWMClientSynchronizationStatusFailed

Synchronization failed.

Declared In TWMConstants.h.

Declared In

TWMConstants.h