Contents

init(configuration:)

Creates a new assessment session.

Declaration

init(configuration: AEAssessmentConfiguration)

Parameters

  • configuration:

    Configuration information for the session.

Discussion

After creating a new session, assign its delegate property before calling the begin() method to start a session. Wait for the delegate to receive the assessmentSessionDidBegin(_:) call before starting an assessment.