visit(_:)
Tells the delegate that the user deleted a group.
Declaration
optional func visit(_ event: CNChangeHistoryDeleteGroupEvent)Parameters
- event:
The event object that represents a user deleting a group.
Discussion
Inspect the group identifier in the event that the system provides and update your app’s cached data accordingly.