allowsPredictiveKeyboard
A Boolean value that indicates whether to enable the predictive keyboard during an assessment.
Declaration
var allowsPredictiveKeyboard: Bool { get set }Discussion
Users can turn on the Predictive Keyboard feature in the Settings app (General > Keyboard). An assessment session disables this feature by default, but you can allow it by setting allowsPredictiveKeyboard to true in the AEAssessmentConfiguration instance that you use to initialize a session.