remove(pendingDatabaseChanges:)
Removes the specified database changes from the state.
Declaration
final func remove(pendingDatabaseChanges: [CKSyncEngine.PendingDatabaseChange])Parameters
- pendingDatabaseChanges:
An array of database changes.
Discussion
Use this method when you no longer want the sync engine to send certain pending changes.