API Differences in AutomaticAssessmentConfiguration in iOS 26.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in AutomaticAssessmentConfiguration in the iOS 26.0 SDK.

Table of Contents

Properties & Constants

AEAssessmentError
public var notInstalledParticipants: [Swift.String]?
AEAssessmentError
public var restrictedSystemParticipants: [Swift.String]?
extern NS_REFINED_FOR_SWIFT NSString *AENotInstalledParticipantsKey
extern NS_REFINED_FOR_SWIFT NSString *AERestrictedSystemParticipantsKey
AEAssessmentConfiguration
@property(nonatomic, assign, unsafe_unretained, readwrite) BOOL allowsAccessibilityTypingFeedback;
AEAssessmentParticipantConfiguration
@property(nonatomic, assign, unsafe_unretained, readwrite, getter = isRequired) BOOL required;

Functions & Methods

AEAssessmentParticipantConfiguration
- (BOOL)isRequired;