Contents

allowsEmojiKeyboard

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

Declaration

var allowsEmojiKeyboard: Bool { get set }

Discussion

Users can access the emoji keyboard by tapping the emoji button on the keyboard. An assessment session disables access to the emoji keyboard by default, but you can allow it by setting allowsEmojiKeyboard to true in the AEAssessmentConfiguration instance that you use to initialize a session.