<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEFilterNewFlowVerdict",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEFilterNewFlowVerdict"
  },
  "title" : "NEFilterNewFlowVerdict"
}
-->

# NEFilterNewFlowVerdict

The result from a filter data provder after the initial examination of a flow.

```
class NEFilterNewFlowVerdict
```

## Topics

### Creating new flow verdicts

[`+  allowVerdict`](/documentation/NetworkExtension/NEFilterNewFlowVerdict/allow())

Create a verdict that indicates to the system that the all of the new flow’s data should be allowed to pass to its final destination.

[`+  dropVerdict`](/documentation/NetworkExtension/NEFilterNewFlowVerdict/drop())

Create a verdict that indicates to the system that all of the new flow’s data should dropped, and the user should not be given the opportunity to request access.

[`+  pauseVerdict`](/documentation/NetworkExtension/NEFilterNewFlowVerdict/pause())

Creates a verdict that tells the system to pause the flow.

[`+  filterDataVerdictWithFilterInbound:peekInboundBytes:filterOutbound:peekOutboundBytes:`](/documentation/NetworkExtension/NEFilterNewFlowVerdict/filterDataVerdict(withFilterInbound:peekInboundBytes:filterOutbound:peekOutboundBytes:))

Create a verdict that indicates to the system that the filter needs to make a decision about a new flow after seeing a portion of the flow’s data.

[`+  remediateVerdictWithRemediationURLMapKey:remediationButtonTextMapKey:`](/documentation/NetworkExtension/NEFilterNewFlowVerdict/remediateVerdict(withRemediationURLMapKey:remediationButtonTextMapKey:))

Create a verdict that indicates to the system that all of the new flow’s data should be dropped, but allow the user to request access by tapping or clicking on a URL.

[`+  needRulesVerdict`](/documentation/NetworkExtension/NEFilterNewFlowVerdict/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.

[`+  URLAppendStringVerdictWithMapKey:`](/documentation/NetworkExtension/NEFilterNewFlowVerdict/urlAppendStringVerdict(withMapKey:))

Create a verdict that indicates to the system that all of the new flow’s data should be allowed to pass to its final destination, but a string should first be appended to the new flow’s request URL.

### Inspecting new flow verdict properties

[`statisticsReportFrequency`](/documentation/NetworkExtension/NEFilterNewFlowVerdict/statisticsReportFrequency)

The frequency at which the data provider receives reports.

[`Frequency`](/documentation/NetworkExtension/NEFilterReport/Frequency)

An enumeration that represents the frequency of filter report delivery.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

### Inherits From

[`NEFilterVerdict`](/documentation/NetworkExtension/NEFilterVerdict)

### Inherited By

[`NEFilterControlVerdict`](/documentation/NetworkExtension/NEFilterControlVerdict)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)