Contents

visitRemoveMember(_:)

Tells the delegate that the user removed a contact from a group.

Declaration

optional func visitRemoveMember(_ event: CNChangeHistoryRemoveMemberFromGroupEvent)

Parameters

  • event:

    The event object that represents a user removing a contact from a group.

Discussion

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

See Also

Updating contacts in groups