Contents

AEAssessmentConfiguration

Configuration information for an assessment session.

Declaration

class AEAssessmentConfiguration

Overview

Create a configuration instance and pass it to the init(configuration:) initializer of an AEAssessmentSession instance to create a new assessment session. Before using the configuration, indicate which exceptions you want to allow for the assessment session’s restrictions by setting values on the configuration instance. For example, you can set values to allow dictation and certain aspects of autocorrect:

While you provide a configuration instance when creating a session on iOS, iPadOS, and macOS, specific exceptions apply only to certain platforms. In particular, on macOS, you can selectively make specific apps besides your own available during an assessment — for example, to allow users to access a calculator or a dictionary. All other exceptions apply only to iOS and iPadOS.

Topics

Allowing access to other apps

Allowing accessibility

Allowing typing assistance

Allowing corrections

Allowing handoff

Instance Properties

See Also

Sessions