stop(reason:)
Prepares the filter to stop, in response to a call from the framework.
Declaration
func stop(reason: NEProviderStopReason) async throwsParameters
- reason:
An Neproviderstopreason that indicates why the framework is stopping the filter.
Discussion
Override this method in your conformance to NEURLFilterControlProvider and perform whatever steps are necessary to prepare for the URL filter stopping.