SFSyncUpTargetType Constants Reference

Declared in SFSyncUpTarget.h

SFSyncUpTargetType

Enumeration of types of server targets.

Definition

typedef NS_ENUM(NSUInteger, SFSyncUpTargetType ) {
   SFSyncUpTargetTypeRestStandard,
   SFSyncUpTargetTypeCustom,
};

Constants

SFSyncUpTargetTypeRestStandard
 The default server target, which uses standard REST requests to post updates.

Declared In SFSyncUpTarget.h.

SFSyncUpTargetTypeCustom
 Server target is a custom target, that manages its own server update logic.

Declared In SFSyncUpTarget.h.

Declared In

SFSyncUpTarget.h