// Assembly: UnityEngine.AccessibilityModule
// Full name: UnityEngine.Accessibility.AccessibilityNotification

namespace UnityEngine.Accessibility
{
public class AccessibilityNotification // TypeDefIndex: 13134
{
	// Fields
	type#20890 value__;
	type#14073 None;
	type#14073 Announcement;
	type#14073 AnnouncementFinished;
	type#14073 ScreenReaderStatusChanged;
	type#14073 ScreenChanged;
	type#14073 LayoutChanged;
	type#14073 PageScrolled;
	type#14073 ElementFocused;
	type#14073 ElementUnfocused;
	type#14073 FontScaleChanged;
	type#14073 BoldTextStatusChanged;
	type#14073 ClosedCaptioningStatusChanged;
}
}
