Class AEAssessmentConfiguration

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class AEAssessmentConfiguration
extends NSObject
Since:
Available in iOS 13.4 and later.
  • Constructor Details

    • AEAssessmentConfiguration

      public AEAssessmentConfiguration()
    • AEAssessmentConfiguration

      protected AEAssessmentConfiguration​(NSObject.Handle h, long handle)
    • AEAssessmentConfiguration

      protected AEAssessmentConfiguration​(NSObject.SkipInit skipInit)
  • Method Details

    • getAutocorrectMode

      public AEAutocorrectMode getAutocorrectMode()
      Since:
      Available in iOS 14.0 and later.
    • setAutocorrectMode

      public void setAutocorrectMode​(AEAutocorrectMode v)
      Since:
      Available in iOS 14.0 and later.
    • allowsSpellCheck

      public boolean allowsSpellCheck()
      Since:
      Available in iOS 14.0 and later.
    • setAllowsSpellCheck

      public void setAllowsSpellCheck​(boolean v)
      Since:
      Available in iOS 14.0 and later.
    • allowsPredictiveKeyboard

      public boolean allowsPredictiveKeyboard()
      Since:
      Available in iOS 14.0 and later.
    • setAllowsPredictiveKeyboard

      public void setAllowsPredictiveKeyboard​(boolean v)
      Since:
      Available in iOS 14.0 and later.
    • allowsKeyboardShortcuts

      public boolean allowsKeyboardShortcuts()
      Since:
      Available in iOS 14.0 and later.
    • setAllowsKeyboardShortcuts

      public void setAllowsKeyboardShortcuts​(boolean v)
      Since:
      Available in iOS 14.0 and later.
    • allowsActivityContinuation

      public boolean allowsActivityContinuation()
      Since:
      Available in iOS 14.0 and later.
    • setAllowsActivityContinuation

      public void setAllowsActivityContinuation​(boolean v)
      Since:
      Available in iOS 14.0 and later.
    • allowsDictation

      public boolean allowsDictation()
      Since:
      Available in iOS 14.0 and later.
    • setAllowsDictation

      public void setAllowsDictation​(boolean v)
      Since:
      Available in iOS 14.0 and later.
    • allowsAccessibilitySpeech

      public boolean allowsAccessibilitySpeech()
      Since:
      Available in iOS 14.0 and later.
    • setAllowsAccessibilitySpeech

      public void setAllowsAccessibilitySpeech​(boolean v)
      Since:
      Available in iOS 14.0 and later.
    • allowsPasswordAutoFill

      public boolean allowsPasswordAutoFill()
      Since:
      Available in iOS 14.0 and later.
    • setAllowsPasswordAutoFill

      public void setAllowsPasswordAutoFill​(boolean v)
      Since:
      Available in iOS 14.0 and later.
    • allowsContinuousPathKeyboard

      public boolean allowsContinuousPathKeyboard()
      Since:
      Available in iOS 14.0 and later.
    • setAllowsContinuousPathKeyboard

      public void setAllowsContinuousPathKeyboard​(boolean v)
      Since:
      Available in iOS 14.0 and later.