Contents

visit(_:)

Tells the delegate that the user deleted a contact.

Declaration

func visit(_ event: CNChangeHistoryDeleteContactEvent)

Parameters

  • event:

    The event object that represents a user deleting a contact.

Discussion

Inspect the contact identifier in the event that the system provides and update your app’s cached data accordingly.

See Also

Updating contacts