Contents

rules

An ordered list of rules that define the filter’s operation.

Declaration

var rules: [NEFilterRule] { get }

Discussion

After applying the NEFilterSettings, the system compares each network flow against these rules in order, and acts on the rule of the first NEFilterAction that matches.

See Also

Inspecting Filter Settings