Contents

NEURLFilterControlProvider

A protocol that defines an object that’s responsible for fetching pre-filter data.

Declaration

protocol NEURLFilterControlProvider : AppExtension

Overview

Create a class that conforms to this protocol in your app extension, then provide the extension’s bundle identifier to the NEURLFilterManager in setConfiguration(pirServerURL:pirPrivacyPassIssuerURL:pirAuthenticationToken:controlProviderBundleIdentifier:).

Topics

Starting and stopping the provider

Fetching a prefilter

See Also

URL filters