SyncResourcePinState Constants Reference

Declared in OMCSyncStoreState.h

SyncResourcePinState

An enumeration of the different Pin states for the resource.

Default is “UnPinned”.

Definition

typedef NS_ENUM(int, SyncResourcePinState ) {
   UnPinned = 0,
   Pinned = 1,
   PinnedAnciliary = 2,
};

Constants

UnPinned

Denotes Not pinned

Declared In OMCSyncStoreState.h.

Pinned

Denotes pinned

Declared In OMCSyncStoreState.h.

PinnedAnciliary

Denotes Pinned while downloading the object graph of resources

Declared In OMCSyncStoreState.h.

Declared In

OMCSyncStoreState.h