CKAsyncTransactionContainerState Constants Reference

Declared in CKAsyncTransactionContainer.h

CKAsyncTransactionContainerState

Definition

typedef NS_ENUM(NSUInteger, CKAsyncTransactionContainerState ) {
   CKAsyncTransactionContainerStateNoTransactions = 0,
   CKAsyncTransactionContainerStatePendingTransactions,
};

Constants

CKAsyncTransactionContainerStateNoTransactions

The async container has no outstanding transactions. Whatever it is displaying is up-to-date.

Declared In CKAsyncTransactionContainer.h.

CKAsyncTransactionContainerStatePendingTransactions

The async container has one or more outstanding async transactions. Its contents may be out of date or showing a placeholder, depending on the configuration of the contained CKAsyncLayers.

Declared In CKAsyncTransactionContainer.h.