Merge branch 'feature/accessibilityHandler' into 'develop'

Feature/accessibility handler

### Summary
Dependency for accessibilityHandler class

Co-authored-by: Krishna Kishore Bandaru <krishna.kishore.bandaru@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/291
This commit is contained in:
Pfeil, Scott Robert 2023-11-02 20:34:31 +00:00
commit f64ba3aff4

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.