added getAccessibilityElements func to MVMCoreViewManagerProtocol

This commit is contained in:
Krishna Kishore Bandaru 2023-10-13 23:02:27 +05:30
parent f2df0f52e6
commit 31b5dc2171

View File

@ -17,6 +17,8 @@
// Returns if the manage currently contains the page with the page type.
- (BOOL)containsPageWithPageType:(nullable NSString *)pageType;
- (nullable NSArray*)getAccessibilityElements; //AccessibilityElements that are owned by Manager.
@optional
/// Notifies the manager that the controller received new data.