SFSyncTask Class Reference
Inherits from | NSObject |
---|---|
Declared in | SFSyncTask.h |
– init:sync:updateBlock:
- (instancetype)init:(SFMobileSyncSyncManager *)syncManager sync:(SFSyncState *)sync updateBlock:(__nullable SFSyncSyncManagerUpdateBlock)updateBlock
– updateSync:countSynched:
- (void)updateSync:(SFSyncState *)sync countSynched:(NSUInteger)countSynched
– failSync:failureMessage:error:
- (void)failSync:(SFSyncState *)sync failureMessage:(NSString *)failureMessage error:(NSError *)error