Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SendAnnouncement(string)

Requests the screen reader to convey an announcement.
Read time 1 minuteLast updated 13 days ago

Definition

void SendAnnouncement(string announcement)

Parameters

announcement

The announcement text that the screen reader should read.

Remarks

Call this method to provide the user with information about events that do not update the application's user interface, that update it only briefly, or that are not directly related to the user's current focus. For example, to announce the completion of a background process, such as a file download.
The announcement is interrupted if the user focuses on another accessibility node before the screen reader finishes reading it.
Note: On iOS, this method has no effect if called from a button's callback.