---
title: "handle(_:)"
framework: networkextension
role: symbol
role_heading: Instance Method
path: "networkextension/nefilterprovider/handle(_:)"
---

# handle(_:)

Receives a report from the framework.

## Declaration

```swift
func handle(_ report: NEFilterReport)
```

## Parameters

- `report`: The report delivered from the framework.

## Discussion

Discussion The framework calls this method when the data provider extension returns a verdict with the shouldReport property set to true. Override this method in a subclass if you want to handle the flow report.
