Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


screenReaderStatusChanged

Event invoked on the main thread when the user turns the screen reader on or off.
Read time 1 minuteLast updated 13 days ago

Definition

public static event Action<bool> screenReaderStatusChanged

Remarks

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.