Contents

configuration

The current configuration of the session.

Declaration

@NSCopying var configuration: AEAssessmentConfiguration { get }

Discussion

You configure a session when you create it with the init(configuration:) initializer. You can later change the configuration by calling the update(to:) method. Read the configuration property to obtain the session’s current configuration.

See Also

Managing session configuration