Contents

stop(reason:)

Prepares the filter to stop, in response to a call from the framework.

Declaration

func stop(reason: NEProviderStopReason) async throws

Parameters

Discussion

Override this method in your conformance to NEURLFilterControlProvider and perform whatever steps are necessary to prepare for the URL filter stopping.

See Also

Starting and stopping the provider