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