Contents

visitRemoveSubgroup(_:)

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

Declaration

optional func visitRemoveSubgroup(_ event: CNChangeHistoryRemoveSubgroupFromGroupEvent)

Parameters

  • event:

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

Discussion

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

See Also

Updating subgroups