assessmentSessionDidEnd(_:)
Tells the delegate that the session ended.
Declaration
optional func assessmentSessionDidEnd(_ session: AEAssessmentSession)Parameters
- session:
The session that ended.
Discussion
After your app calls a session’s end() method, the system asynchronously restores the system to its normal state and then calls its delegate’s assessmentSessionDidEnd(_:) method. Confirm to the user that the assessment has stopped only after receiving this callback.