Contents

removePendingRecordZoneChanges:

Removes the specified record zone changes from the state.

Declaration

- (void) removePendingRecordZoneChanges:(NSArray<CKSyncEnginePendingRecordZoneChange *> *) changes;

Parameters

  • changes:

    An array of record zone changes.

Discussion

Use this method when you no longer want the sync engine to send certain pending changes.

See Also

Modifying pending changes