Contents

visit(_:)

Tells the delegate that the user added a contact.

Declaration

func visit(_ event: CNChangeHistoryAddContactEvent)

Parameters

  • event:

    The event object that represents a user adding a contact.

Discussion

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

See Also

Updating contacts