From 31b5dc21715eb800e5dccc55e28f9271ea6888ab Mon Sep 17 00:00:00 2001 From: Krishna Kishore Bandaru Date: Fri, 13 Oct 2023 23:02:27 +0530 Subject: [PATCH] added getAccessibilityElements func to MVMCoreViewManagerProtocol --- MVMCore/MVMCore/MainProtocols/MVMCoreViewManagerProtocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MVMCore/MVMCore/MainProtocols/MVMCoreViewManagerProtocol.h b/MVMCore/MVMCore/MainProtocols/MVMCoreViewManagerProtocol.h index 4407a49..fda6bee 100644 --- a/MVMCore/MVMCore/MainProtocols/MVMCoreViewManagerProtocol.h +++ b/MVMCore/MVMCore/MainProtocols/MVMCoreViewManagerProtocol.h @@ -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.