public interface PlatformViewsAccessibilityDelegate
Modifier and Type | Method and Description |
---|---|
void |
attachAccessibilityBridge(AccessibilityBridge accessibilityBridge)
Attaches an accessibility bridge for this platform views accessibility delegate.
|
void |
detachAccessibiltyBridge()
Detaches the current accessibility bridge.
|
View |
getPlatformViewById(Integer id)
Returns the root of the view hierarchy for the platform view with the requested id, or null if there is no
corresponding view.
|
View getPlatformViewById(Integer id)
void attachAccessibilityBridge(AccessibilityBridge accessibilityBridge)
void detachAccessibiltyBridge()