CKSyncEngineWillFetchRecordZoneChangesEvent
The sync engine finished fetching record zone changes from the server for a specific zone.
Declaration
@interface CKSyncEngineWillFetchRecordZoneChangesEvent : CKSyncEngineEventOverview
This might be a good signal to perform any post-processing tasks on a per-zone basis if necessary.
You should receive one CKSyncEngineDidFetchRecordZoneChangesEvent for each CKSyncEngineWillFetchRecordZoneChangesEvent.
Topics
Identifying the record zone
See Also
Accessing fetch events
willFetchChangesEventCKSyncEngineWillFetchChangesEventwillFetchRecordZoneChangesEventfetchedDatabaseChangesEventCKSyncEngineFetchedDatabaseChangesEventfetchedRecordZoneChangesEventCKSyncEngineFetchedRecordZoneChangesEventdidFetchRecordZoneChangesEventCKSyncEngineDidFetchRecordZoneChangesEventdidFetchChangesEventCKSyncEngineDidFetchChangesEvent