Version: Unity 6.5 (6000.5)
LanguageEnglish
  • C#

AssistiveSupport.screenReaderStatusChanged

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

Description

Event invoked on the main thread when the user turns the screen reader on or off.


Subscribe to this event to activate your AccessibilityHierarchy (see AssistiveSupport.activeHierarchy) and if you need to customize your application's interface for screen reader users.

You can also use AssistiveSupport.isScreenReaderEnabled to determine whether the screen reader is turned on or off.