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() -> NEFilterNewFlowVerdictReturn 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.