The information in this topic may be out of date. The current SDK reference guide has moved here.
setAccessibilityValidation method
Use this method to set the accessibility testing level to use.
Syntax
Configuration configval = config.setAccessibilityValidation(accessibilitySettings);
Parameters
- accessibilitySettings
- Type:AccessibilitySettings
- The required accessibility settings. A value of null will disable accessibility checking.
Return value
- Type: Configuration
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.
Remarks
For more information about the Contrast advisor feature see
Contrast advisor.