Contents

needRules()

Creates a verdict that tells the system that the Filter Control Provider needs to update the rules before making a decision about the flow’s data.

Declaration

class func needRules() -> NEFilterDataVerdict

Return Value

A NEFilterDataVerdict object.

Discussion

When the Filter Data Provider returns this verdict, the system passes the flow to the Filter Control Provider’s handleNewFlow(_:completionHandler:) method.

See Also

Creating data verdicts