Contents

requestDidComplete(_:)

Notifies your app when the analysis request completes normally.

Declaration

optional func requestDidComplete(_ request: any SNRequest)

Parameters

  • request:

    The request that’s completing.

Discussion

The analyzer calls this method when it finishes processing the request.

See Also

Handling Requests