[NUI] Remove the legacy AccessibilityActivate code (#6223)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 23 Jul 2024 04:48:07 +0000 (13:48 +0900)
committerJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Tue, 23 Jul 2024 05:59:16 +0000 (14:59 +0900)
commitf041fbf3ea5d435b2d4416ceb0ddb59089f7fc0b
tree17fbd6c16401bcb38d8246fb9ac9b52839189463
parenta7503152fdb9c865633bd8aeebf02c0fe4e158fa
[NUI] Remove the legacy AccessibilityActivate code (#6223)

- `CSharp_Dali_ViewImpl_AccessibilityActivate` was removed in 2018 lol
 However, at that time, NUI codes couldn't be removed together (Not sure)

- The reason `ViewImpl_AccessibilityActivate` was removed is
   `Remove functions which using internal apis

    Some binding functions use internal apis.
    It caused error when dlopen csharp binder.`

- User can use Activated event with `View.AccessibilityActivated`

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/internal/Common/ViewImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewImpl.cs