---
title: allow()
framework: networkextension
role: symbol
role_heading: Type Method
path: networkextension/nefilternewflowverdict/allow()
---

# 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.

## Declaration

```swift
class func allow() -> NEFilterNewFlowVerdict
```

## Return Value

Return Value A NEFilterNewFlowVerdict object.

## See Also

### Creating new flow verdicts

- [drop()](networkextension/nefilternewflowverdict/drop().md)
- [pause()](networkextension/nefilternewflowverdict/pause().md)
- [filterDataVerdict(withFilterInbound:peekInboundBytes:filterOutbound:peekOutboundBytes:)](networkextension/nefilternewflowverdict/filterdataverdict(withfilterinbound:peekinboundbytes:filteroutbound:peekoutboundbytes:).md)
- [remediateVerdict(withRemediationURLMapKey:remediationButtonTextMapKey:)](networkextension/nefilternewflowverdict/remediateverdict(withremediationurlmapkey:remediationbuttontextmapkey:).md)
- [needRules()](networkextension/nefilternewflowverdict/needrules().md)
- [urlAppendStringVerdict(withMapKey:)](networkextension/nefilternewflowverdict/urlappendstringverdict(withmapkey:).md)
