SFSyncUpTargetAction Constants Reference

Declared in SFSyncUpTarget.h

SFSyncUpTargetAction

Enumeration of the types of actions that can be executed against the server target.

Definition

typedef NS_ENUM(NSUInteger, SFSyncUpTargetAction ) {
   SFSyncUpTargetActionNone,
   SFSyncUpTargetActionCreate,
   SFSyncUpTargetActionUpdate,
   SFSyncUpTargetActionDelete,
};

Constants

SFSyncUpTargetActionNone
 No action should be taken against the server.

Declared In SFSyncUpTarget.h.

SFSyncUpTargetActionCreate
 Created data will be posted to the server.

Declared In SFSyncUpTarget.h.

SFSyncUpTargetActionUpdate
 Updated data will be posted to the server.

Declared In SFSyncUpTarget.h.

SFSyncUpTargetActionDelete
 Data will be deleted from the server.

Declared In SFSyncUpTarget.h.

Declared In

SFSyncUpTarget.h