Skip to content

Commit 83f3bd3

Browse files
committed
Add windowStateChange to valid types
1 parent 1eea7c7 commit 83f3bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/accessibilityinfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Make sure that any `View` you want to receive the accessibility focus has `acces
260260
static sendAccessibilityEvent(host: HostInstance, eventType: AccessibilityEventTypes);
261261
```
262262

263-
Send an accessibility event to a React component.
263+
Imperatively trigger an accessibility event to a React component, like
264264

265265
:::note
266266
Make sure that any `View` you want to receive the accessibility focus has `accessible={true}`.
@@ -269,4 +269,4 @@ Make sure that any `View` you want to receive the accessibility focus has `acces
269269
| Name | Type | Description |
270270
| - | - | - |
271271
| host <div className="label basic required">Required</div> | HostInstance | The component ref to send the event to. |
272-
| eventType <div className="label basic required">Required</div> | AccessibilityEventTypes | One of `'click'`, `'focus'`, or `'viewHoverEnter'` |
272+
| eventType <div className="label basic required">Required</div> | AccessibilityEventTypes | One of `'click'` (Android only), `'focus'`, `'viewHoverEnter'` (Android only), or `'windowStateChange'` (Android only) |

0 commit comments

Comments
 (0)