allowsAccessibilityHoverText
A Boolean value that indicates whether to allow Hover Text during an assessment.
Declaration
var allowsAccessibilityHoverText: Bool { get set }Discussion
Users can enable Hover Text in the Settings app (Accessibility > Zoom > Hover Text) to magnify text under the pointer. An assessment session does not disable Hover Text by default, but you can disable it by setting allowsAccessibilityHoverText to NO in the AEAssessmentConfiguration instance that you use to initialize a session.