pub unsafe static BEAccessibilityValueChangedNotification: UIAccessibilityNotificationsAvailable on crate feature
BEAccessibilityConstants only.Expand description
Posted when the value of an element changes. Some examples of when this notification is appropriate:
- The value of an input element changes
- Text is added or removed from any text control
- aria-valuenow or aria-valuetext changes
Furthermore, when text inside an editable element changes, or the editing cursor position changes, this notification must be posted alongside, and before, BEAccessibilitySelectionChangedNotification.
See also Appleās documentation