Contents

needRules()

Create a verdict that indicates to the system that the Filter Data Provider needs more information before it can make a decision about a new flow.

Declaration

class func needRules() -> NEFilterNewFlowVerdict

Return Value

A NEFilterNewFlowVerdict object.

Discussion

When the Filter Data Provider returns this object from its handleNewFlow: method, the system calls the Filter Control Provider’s handleNewFlow(_:completionHandler:) method.

See Also

Creating new flow verdicts