Contents

configurationsByApplication

The collection of apps available during an assessment, along with their associated configurations.

Declaration

var configurationsByApplication: [AEAssessmentApplication : AEAssessmentParticipantConfiguration] { get }

Discussion

Access this property to get a list of the currently allowed secondary apps and their individual configurations. Add apps to the list by calling the setConfiguration(_:for:) method. Remove them from the list by calling the remove(_:) method.

See Also

Allowing access to other apps