Contents

allowsDock

A Boolean value that indicates whether to allow the Dock during an assessment.

Declaration

var allowsDock: Bool { get set }

Discussion

An assessment session hides the Dock by default, but you can allow it by setting allowsDock to true in the AEAssessmentConfiguration instance that you use to initialize a session.