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