assessmentSessionDidUpdate(_:)
Tells the delegate that a configuration update succeeded.
Declaration
optional func assessmentSessionDidUpdate(_ session: AEAssessmentSession)Parameters
- session:
The session that received the configuration update.
Discussion
After you call a session’s update(to:) method, the session calls this delegate method to indicate a successful update. If the update fails, the session calls assessmentSession(_:failedToUpdateTo:error:) instead.