TWSSynchronizationStrategy Constants Reference

Declared in TWSConstants.h

TWSSynchronizationStrategy

List and Map contents synchronization strategy.

Definition

typedef NS_ENUM(NSInteger, TWSSynchronizationStrategy ) {
   TWSSynchronizationStrategyDefault,
   TWSSynchronizationStrategyAggressive,
};

Constants

TWSSynchronizationStrategyDefault

Fetch map and list contents when requested.

Declared In TWSConstants.h.

TWSSynchronizationStrategyAggressive

Pre-fetch map and list contents on entity open.

Declared In TWSConstants.h.

Declared In

TWSConstants.h