Contents

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.

See Also

Manipulating pending changes