Options to determine the status of the screen reader.
You can use the values in this enumeration to set AssistiveSupport.screenReaderStatusOverride and force AssistiveSupport.isScreenReaderEnabled to return a specific value.
| Property | Description |
|---|---|
| OSDriven | The screen reader status is determined by the operating system. |
| ForceEnabled | The screen reader is considered enabled, regardless of the status given by the operating system. |
| ForceDisabled | The screen reader is considered disabled, regardless of the status given by the operating system. |