Contents

session(_:didFind:)

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

Declaration

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