Contents

DeviceInformationResponse.QueryResponses.AccessibilitySettings

The response dictionary that contains the devices accessibility settings.

Declaration

object DeviceInformationResponse.QueryResponses.AccessibilitySettings

Properties

NameTypeDescription
BoldTextEnabledboolean

If true, the device has enabled bold text.

GrayscaleEnabledboolean

If true, the device has enabled grayscale display.

IncreaseContrastEnabledboolean

If true, the device has enabled increase contrast.

ReduceMotionEnabledboolean

If true, the device has enabled reduced motion.

ReduceTransparencyEnabledboolean

If true, the device has enabled reduced transparency.

TextSizeinteger

The accessibility text size apps that support dynamic text use. 0 is the smallest value, and 11 is the largest available.

-1 indicates that the current size is unknown or hasn’t been explicitly set.

TouchAccommodationsEnabledboolean

If true, the device has enabled touch accommodations.

VoiceOverEnabledboolean

If true, the device has enabled voiceover.

ZoomEnabledboolean

If true, the device has enabled zoom.

See Also

Objects