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

IAccessibilityNotificationDispatcher

interface in UnityEngine.Accessibility

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

Sends accessibility notifications to the screen reader.

Sending the same notification type multiple times in quick succession might result in the screen reader skipping some of the notifications.

Public Methods

Method Description
SendAnnouncement Requests the screen reader to convey an announcement.
SendLayoutChanged Notifies the screen reader that the layout of the screen changed and optionally requests it to move its focus to a given accessibility node.
SendPageScrolledAnnouncement Notifies the screen reader that a scrolling action completed and optionally requests it to move its focus to a given accessibility node.
SendScreenChanged Notifies the screen reader that the screen changed considerably and optionally requests it to move its focus to a given accessibility node.