Contents

removePendingDatabaseChanges:

Removes the specified database changes from the state.

Declaration

- (void) removePendingDatabaseChanges:(NSArray<CKSyncEnginePendingDatabaseChange *> *) changes;

Parameters

  • changes:

    An array of database changes.

Discussion

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

See Also

Modifying pending changes