SyncOfflineState Constants Reference
| Declared in | OMCSyncStoreState.h |
|---|
SyncOfflineState
An enumeration of the different Offline states for the resource.
Default is “NoOfflineUpdates”.
Definition
typedef NS_ENUM(int, SyncOfflineState ) {
NoOfflineUpdates = 0,
CreatePending = 1,
UpdatePending = 2,
PatchPending = 3,
DeletePending = 4,
};
Constants
NoOfflineUpdates-
Denotes No offline updates
Declared In
OMCSyncStoreState.h. CreatePending-
Denotes offline create pending
Declared In
OMCSyncStoreState.h. UpdatePending-
Denotes offline update pending
Declared In
OMCSyncStoreState.h. PatchPending-
Denotes offline patch pending
Declared In
OMCSyncStoreState.h. DeletePending-
Denotes offline delete pending
Declared In
OMCSyncStoreState.h.
Declared In
OMCSyncStoreState.h