SyncPinPriority Constants Reference

Declared in OMCSyncStoreState.h

SyncPinPriority

An enumeration of the different Pin Priority for the resource. The priority of pinned resources. High priority resources are synchronized first and network status may affect which resources are synchronized in the background. Default is “Normal”.

Definition

typedef NS_ENUM(int, SyncPinPriority ) {
   Normal = 0,
   High = 1,
};

Constants

Normal

A normal priority. Objects pinned with normal priority may not be synchronized on certain network conditions

Declared In OMCSyncStoreState.h.

High

A high priority. Objects pinned with high priority are synchronized before objects with Normal priority.

Declared In OMCSyncStoreState.h.

Declared In

OMCSyncStoreState.h