allowsAccessibilityBackgroundSounds
A Boolean value that indicates whether to allow Background Sounds during an assessment.
Declaration
var allowsAccessibilityBackgroundSounds: Bool { get set }Discussion
Users can enable Background Sounds in the Settings app (Accessibility > Audio & Visual > Background Sounds) to play ambient sounds that can mask unwanted environmental noise. An assessment session disables Background Sounds by default, but you can allow it by setting allowsAccessibilityBackgroundSounds to true in the AEAssessmentConfiguration instance that you use to initialize a session.