[NUI] Make AccessibilityManager APIs as public ones (#1460)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 16 Mar 2020 10:19:05 +0000 (19:19 +0900)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2020 10:19:05 +0000 (19:19 +0900)
commit5056acf4fae2e2bbba0e1251c9fcb626a01ed039
treec0e5188b6821affa55681cdf882006fd8e36e4c8
parent322060a026e6b2e8ac570b017a528a94de43ea7e
[NUI] Make AccessibilityManager APIs as public ones (#1460)

* [NUI] Make AccessibilityManager APIs as public ones

- Move AccessibilityManager class from internal to public
- Added doxygen and make AccessibilityManager work in NUI

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* [NUI] Follow the latest coding rule and add a sample

- Removed the old coding style of NUI
- Added AccessibilityManager sample

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/internal/AccessibilityManagerEvent.cs [deleted file]
src/Tizen.NUI/src/internal/AccessibilityManagerEventArgs.cs [deleted file]
src/Tizen.NUI/src/internal/Interop/Interop.AccessibilityManager.cs
src/Tizen.NUI/src/public/AccessibilityManager.cs [moved from src/Tizen.NUI/src/internal/AccessibilityManager.cs with 59% similarity]
src/Tizen.NUI/src/public/AccessibilityManagerEvent.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/AccessibilityManagerEventArgs.cs [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/AccessibilityManagerSample.cs [new file with mode: 0755]