Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

AssistiveSupport.screenReaderStatusOverride

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static Accessibility.AssistiveSupport.ScreenReaderStatusOverride screenReaderStatusOverride;

Description

Whether to override the screen reader status given by the operating system.


Set this property if you need to override the value returned by AssistiveSupport.isScreenReaderEnabled.

If this property is set to AssistiveSupport.ScreenReaderStatusOverride.OSDriven, its default value, AssistiveSupport.isScreenReaderEnabled returns the actual screen reader status given by the operating system. Otherwise, this property forces AssistiveSupport.isScreenReaderEnabled to return a specific value, regardless of the status given by the operating system.

Note: This property does not affect the actual status of the screen reader on the user's device.