TTKitPersistanceType Constants Reference

Declared in TTKitConfiguration.h

TTKitPersistanceType

Enumeration for data persistent type.

Definition

typedef NS_ENUM(NSInteger, TTKitPersistanceType ) {
   TTKitPersistanceTypeDisk = 0,
   TTKitPersistanceTypeMemoryOnly = 1,
};

Constants

TTKitPersistanceTypeDisk

Indicates that data is allowed to be stored on disk.

Declared In TTKitConfiguration.h.

TTKitPersistanceTypeMemoryOnly

Indicates that data is not allowed to be stored on disk, and must be stored in memory only.

Declared In TTKitConfiguration.h.

Declared In

TTKitConfiguration.h