added getAccessibilityElements func to MVMCoreViewManagerProtocol
This commit is contained in:
parent
f2df0f52e6
commit
31b5dc2171
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user