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