---
title: "session(_:didFind:)"
framework: shazamkit
role: symbol
role_heading: Instance Method
path: "shazamkit/shsessiondelegate/session(_:didfind:)"
---

# session(_:didFind:)

Tells the delegate that the query signature matches an item in the catalog.

## Declaration

```swift
optional func session(_ session: SHSession, didFind match: SHMatch)
```

## Parameters

- `session`: The session object that performs the match.
- `match`: The matching items from the catalog.

## See Also

### Handling matches

- [session(_:didNotFindMatchFor:error:)](shazamkit/shsessiondelegate/session(_:didnotfindmatchfor:error:).md)
