Contents

start()

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

Declaration

func start() async throws

Discussion

Override this method in your conformance to NEURLFilterControlProvider and perform whatever steps are necessary to prepare for fetching pre-filter data.

See Also

Starting and stopping the provider